Language pack resource files in SharePoint 2010 and 2013

Hi,
We are translating the Language pack for SharePoint 2013 in Albanian language.
Comparing to SharePoint 2010 resource files, there are less of them in SharePoint 2013 but they are bigger in size. Are they merged and in that case which of them are merged? Any other info relating to this issue would help
me a lot.
Thanks,

Hi,
Although the 2010 and 2013 are different versions, most of the files contain the same words. I just thought that maybe someone knows if and if yes, which of the files are joined together in 2013 since there are less files in 2013 but bigger in size. All
this because that Albanian LP doesn't exist and we have to translate another LP. 
If someone has had experience in translating Language Packs in SharePoint 2010 or 2013, any information would help me a lot.
Thank you

Similar Messages

  • How to enable the SharePoint 2010 and 2013 Developer Dashboard for specific WebApplication or Sitecollection?

    How to enable the SharePoint 2010 and 2013 Developer Dashboard for specific Web Application or Site collection(not for all Web Application)?
    Vishal Goyal

    Hi Vishal,
    I don't think there is option for specific site collection or web application,but there is option of enabling developer dashboard on specific master pages and that is one on of the way you could do it.
    look article on below link to enable developer dashboard on specific master pages
    https://msdn.microsoft.com/en-us/library/office/ff512745%28v=office.14%29.aspx?f=255&MSPPError=-2147217396
    Let me know if this helps.
    Thanks
    Bhism 

  • No usage information for SharePoint 2010 or 2013

    Hi community,
    I try to retrieve information about SharePoint 2010 or 2013 usage (wich user access Enterprise or Standard feature, etc.).
    I checked the configuration of IIS log files and it's ok. MAP Toolkit 9.0 parsed the log files, but didn't show any information about usage.
    Did I miss something?
    Thanks
    http://mdeleplanque.wordpress.com

    My bad, the date range was not set properly...
    I retrieve users and devices in the report generated by MAP Toolkit 9.0 for SharePoint 2010 and 2013.
    http://mdeleplanque.wordpress.com

  • Slipstream SharePoint 2010 and Project Server Installation

    Hello, 
    I have my current farm environment with the below configuration 
    SharePoint 2010 + Project Server which are on SP 2 + Brazil Language Pack
    2 WFE
    2 App
    1 SQL
    We are planning to add more WFE and App server in the existing farm. As per my research I found that we can slipstream CU and language pack install. 
    Would like to know can I slipstream SP2010 + Project server with SP2 along with Brazil language pack in one single go. I did found the article http://social.technet.microsoft.com/Forums/en-US/c6f60e5e-4f07-4e92-a8de-a32924b00ce5/sharepoint-2010-and-project-server-2010-slipstream-install?forum=sharepointadminprevious
    however in this case there was request to setup a new farm but I'm trying to add new server to the existing farm. 
    Can you please suggest the best approach that can be followed to save time to add the new server to the existing farm using slipstream. 
    Thanks. 

    You can do the same per the old thread. Just install SharePoint server, cancel config wizard, install Project Server, cancel config wizard, install LPK, then start Config Wizard and join to farm.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Unknow error occured while Updating Mpp file to sharepoint 2010 list

    Hi , 
    Any body can help me here whenever i am syncing any mpp file to sharepoint 2010 list  i am getting error that 
    "Please check SharePoint  site is running or not "
    Thanks
    Abhishek 
    Abhishek Tiwari

    1- once you are done with creating MPP file save as .MPP file Type in all files and store in the same site where you would like to view/see.
    3- create new project task.
    4- now open the file and start syncing give the site name only  there you will get a drop of your project task in second column which you just created.
    5- validate and start syncing .
    NOTE :- whenever you are making any modification in file make sure that you haacve saved the file  by slecting as .MPP  in all file & stored in the same site .  
    Abhishek Tiwari

  • Integration between InfoPath web forms (browser side), SharePoint 2010, and Word or Excel

    To begin with the end in mind, here's what I need to do:
    User A (employee) fills out infopath form in browser.
    User A saves infopath form, workflow runs, and sends a link to the manager
    User B (Manager) opens infopath form, clicks a button, and all the information from the saved infopath form magically appears in a excel document
    Here's how I did it, because I couldn't find an easier way to do it. This is an InfoPath no-code solution (uses web service and workflow I had to build) and this is working somewhat:
    In InfoPath Designer 2010, created the form from Blank 2007 form template.
    Published the form and promoted fields to Sharepoint 2007 as a new forms library.
    Created a view on forms library to show all fields (SQLExportView1).
    Created SSIS package to import data from SharePoint forms list using the view "SQLExportView1" into a new database and table in SQL Server (tblSQLExport1).
    Created SQL Agent job to run this package every 2 minutes.
    Created workflow to notify manager.
    Created excel document with an external data connection to SQL server.
    In SQL, created a stored proceedure ("spGetCurrentID") to truncate, then add a row to a table ("tblCurrentFormID").
    On InfoPath form, added a button that takes the current infopath form "ID" into a table in SQL server by calling the stored procedure via a web service.
    On Infopath form, added a hyperlink to the excel file which opens in the client.
    In excel, added a button on the workbook that queries the SQL database for the current form ID, and drops it into a cell.
    In excel, added a button on the workbook that queries the SQL database for the sharepoint list details that were exported via SSIS, returning only the row for the current form ID.
    In excel, created a button on the workbook that displays the fields I want in the location I want
    With over 25 users concurrently hitting the form library, there is a chance that when they open excel they will generate an excel document with bad data in it (data from someone else's current ID).
    I've since migrated to SharePoint 2010, and it works the exact same way in 2010.
    What I want to do is find a way to get the data that is already saved in the infopath form DIRECTLY to Excel by clicking a button without the web service, the stored procedure, the SSIS package, the SQL agent job, etc.  My problem has always been
    in getting the data from infopath into RAM/Clipboard/temp file(?) and imported into Excel by bypassing the SQL.
    Of course, I would like to do this without requiring an administrator approved template in InfoPath, and have it be much more simpler to maintain. There are a lot of moving parts.
    Please point me to any examples or make recommendations. The requirement is that users open the form, the data is filled out already, and with a click of a button, the data shows up in excel automatically in the right place for the item they're currently
    looking at in infopath.
    Now that I've got this working (kind of) for one excel document, management wants to add 25 other documents that this one infopath form can generate. 
    Therefore, once I get this to work better for one excel document, I can add other excel documents.
    I've considered passing a parameter to the excel document in Excel Web Services, as I believe that excel web services 2010 can support this. However, I believe that the macros that run in the excel client okay won't work in excel web services 2010.
    Users would prefer to open Excel in the client, though, so not sure I'm going to go down this path.

    Clayton,
    You rock - thank you for all your responses!
    The infopath form was built doing what it does long before the need to get the data into Excel.
    You are correct in that I could have modified the infopath code to save to SQL, but the fields in the form and on the forms library columns do change before and after the manager approves it.  As such, adding some code to submit the infopath data to
    SQL could have been used to write data into SQL server instead of leveraging SSIS/SQL Agent to do so. However the aformentioned workflow (see way up in the thread) does more than just send an email to the manager with a link. It also edits some fields in the
    forms library column on that particular list item. By using SSIS, every two minutes they get the latest stuff from sharepoint into SQL without having to add code in the workflow or - if possible - on the infopath code that does a table update where item=abc.
    It is common to get data from sharepoint into sql, regardless of whether or not it is a list or library (including infopath forms libraries). There is sample code on Codeplex that has been downloaded close to 40,000 times for this purpose which I'm sure
    you are familiar with:
    http://msdn.microsoft.com/en-us/library/dd365137(v=sql.100).aspx and
    http://sqlsrvintegrationsrv.codeplex.com/releases/view/17652
    I agree with you in so many ways on why they should not be using excel (or word) to present the information. Having InfoPath or a custom workflow magically convert the data presented on a specific view in a filled out InfoPath form to PDF and emailing it
    would be wonderful, but it simply is not a possible solution.
    Surely you're familiar with companies that have a word document that, say, a manager will email to someone as an attachment, then the employee prints out the word document, fills it out on paper and signs it with a pen (or fills out a fillable form, then
    prints it), they then either fax it back or scan it and email it back to the manager, who then prints it out and hands it to a VP for a signature, etc.  Yes, the process is very old-fashioned, but in health care, finance, and for legal compliance reasons,
    some places simply have to do their manual processes the way they are. I've suggested and shown examples of how it can all be done electronically with digital signatures, etc., but their legal compliance officers and board members do not agree to this methodology.
    As such, I work within the confines I am presented with, as I'm sure you've had to do as well.
    I myself have worked for several Fortune 100 firms for many years (Microsoft, T-Mobile, etc), know what is possible. However the place I am at now, many of those options simply are not possible.
    They use excel (and word) because that is the templates the legal department and third party companies they work with gives them to work with. 
    If you've used enterprise OCR systems (LaserFiche, OnBase, Hyperion, etc.) you would be familiar with the fact that in order to scan and index keywords from OCR cover pages, the document has to have fields in a certain location. While I have tried to
    get the InfoPath form to line up properly, I cannot print out headers or footers and page breaks where the OCR system requires and expects them to be. What's more: when you print a filled out infopath form that loads browser side, as you know you get the browser-related
    stuff with it. Although they're all on the same web browser (finally - IE8) and all on windows 7 and office 2010, I cannot control the fact that some users use large fonts and other accessability features to make their 21" screens run at 640x480 (exaggeration).
    When you do this, it changes the margins in the print area, and more.
    If I could take the data that is in infopath, merge it with an excel template, and export that to PDF, that could be an option. Not looking to buy some enterprise PDF generating product, though, and looking to do this as close to a no-code solution as possible.
    Why we're suggesting PDF, perhaps we should be considering XPS, since we are staying with the Microsoft technology stack here.
    Perhaps I should rephrase my original question like this:  "I have 25 different documents that all need to be filled out automatically. Each document has different text on it, but the fields that need to be filled out on the documents are almost all
    the same. I want to present one form for users to fill out, and once saved, to generate all 25 different documents. How would you do this?". While not entirely accurate, as not all 25 documents need to be created at once, only on demand with a click of a button
    for each document, perhaps that is a better way of stating the need.
    Thank you Clayton (and all you lurkers out there hoping to find out how we solve this).

  • Unable to directly open .xlsx files in sharepoint 2010?

    Hi,
    I am Unable to directly open .xlsx files in sharepoint 2010.
    Please help me to solve the above problem.

    Hi sudhir,
    For enabling anonymous access, you need to enable it at web application level and site collection level.
    At web application level: Central Administration->Application Management->Manage web applications->[your web application]->Authentication Providers->Default->Enable anonymous access.
    At site collection level: Your top site->Site actions->Site Settings->Site Permissions->Anonymous Access under Permission Tools ribbon->Anonymous users can access : Lists and Libraries.
    As you don't want anonymous users to access the linraries of the subsite, you need to break permission inhertance. You need to go to the sub site->Site settings->Site permissions-> clicking Stop inheriting permission. Then click Anonymous Access,
    and select Nothing.
    After the above, the anonymous users will not access the subsite.
    After breaking perimission inhertance, the sub site will have unique permission, and it will not be affacted by the top site. And for existing users who have permissions on the sub site, their permission is not changed on the sub site.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Uploading Large videos Files to SharePoint 2010

    Uploading Large video  Files to SharePoint 2010  for employee training portal
    Saidireddy

    Hello ,
    The default maximum file size for SharePoint Lib is 50 MB. You can change the maximum file upload size in SharePoint 2010 .However;
    a large volume of very large files can affect farm performance.
    Ref to change maximum file upload size 
    http://aryannava.com/2011/05/30/how-to-change-the-maximum-file-upload-size-in-sharepoint-2010/
    I would suggest you that instead of uploading large files to SharePoint, you can Upload those files to File server or
    media steaming server and Share those links to SharePoint server.
    You can embed those links to SharePoint Silver Media player in .mp4 or .wmv formats. 
    Best Regards Kuldeep Verma
    Please remember to click "Mark As Answer" if a post solves your problem or "Vote As Helpful" if it
    was useful.

  • Storing Video files in SharePoint 2010

    Hello,
    We are going to store video files in SharePoint 2010. In total, we may have about 6 GB of files in total in Asset Library. Is it too much? What is the best approach to keep video files in SharePoint? I planned to change upload size, because 50mb is not enough.
    The largest file size will be 150 mb.
    Thanks

    + to Cameron
    Maximum file size limit is 2GB per, however that doesnot mean sharepoint will handle it without issues.
    I have seen request time out, for files even lesser than 50MB, it is again a big process of changing these settings in IIS and web.config.
    You can plan to have smaller files,but better to keep less than 50MB. Even worse if you have enabled versioning to asset library, which will keep increasing everytime the same file is uploaded.
    Auditing asset library periodically would also help to plan the growth, to an extent keep the library within few GBs and then plan store space requirement.
    Deciding library size will be big process, we have MS suggest 200 GB limit for Content databases, this limit also we need to consider while planning library size
    This link should help to get the limits -
    http://technet.microsoft.com/en-us/library/cc262787(v=office.15).aspx#Limits 
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • Read and write excel sheet data from uploded file in sharepoint site programmatically 2013

    hi team,
    I am working on sharepoint 2013.I want to read and write data in excel sheet (micrsoft excel) from stored file in shrepoint docoumnt library .please suggest me
    vijay

    Hi
    Vijay,
    check those links
    http://www.sharepointwithattitude.com/archives/61
    https://social.technet.microsoft.com/Forums/en-US/e760051b-a92f-473c-9ec9-0f0c36c99e40/read-and-write-excel-sheet-data-from-uploded-file-in-sharepoint-site-programmatically-2013?forum=sharepointdevelopment
    Kind Regards, John Naguib Technical Consultant/Architect MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation. Please remember to mark the reply as answer if it helps.

  • "This form cannot be opened in a web browser. to open this form use microsoft infopath" while adding a new Approval - Sharepoint 2010 and Publishing Approval workflow.

    I am trying to add a new workflow to a document library with the below mentioned settings and getting error saying "This form cannot be opened in a web browser. to open this form use microsoft infopath" while adding a new Approval - Sharepoint
    2010 and  Publishing Approval workflow" . For your information the I have checked the server default option to open in browser.
    Versioning Settings.
    Error
    This is quiet urgent issue . Any help would be really helpful.. Thanks.. 

    Hi Marlene,
    Thank you very much for your suggestions.
    But I am not creating a custom workflow in designer as Laura has mentioned. I am instead trying to create a new Out of the box Approval Workflow and I get the error mentioned above.
    As it works in other environment, I tried figuring out the possible differences which can lead to this error.
    Today I found one difference which is there are no form Templates within Infopath Configurations in Central Admin. Now I am trying to figure out what makes this form templates to be added to the template gallery.
    Regards,
    Vineeth

  • Migration steps for moss 2007 to sharepoint 2010 and sharepoint 2013

    Hi,
    I need to learn migration steps from moss 2007 to sharepoint 2010 and sharepoint 2013.Can any one please explain the step by step procedure for this.What are the migration tools available.Please reply.
    Regards,
    Praveen

    Hi Praveen,
    This link describes the process:
    http://www.winwire.com/moss-2007-to-sharepoint-2013-migration-using-database-attach-method/
    Some paid tools for migration:
    https://www.harepoint.com/Products/HarePoint-Content-Workflow-Migrator/Default.aspx?gclid=CM2l1v3m28MCFRVxvAodpq0AVA
    https://www.avepoint.com/sharepoint-migration-download/?gclid=CPK17_fm28MCFQ1xvAodekAA8w
    Thanks,
    Nadeem
    Please remember to up-vote or mark the reply as answer if you find it helpful.

  • SharePoint 2010 and Outlook Integration

    Hi All:
    I have a question about SharePoint 2010 and Outlook Integration, My Question is:
    How can I develop a webpart which can open my client Outlook Client Application??
    Thanks ...
    Will

    Hi Tim, 
    Depending on what you want to achieve, you can use EWS (Exchange Web Services) to manage email on an Exchange mailbox.
    I blogged about adding and removing appointments from an Outlook calendar using EWS here: http://matthewyarlett.blogspot.com.au/2012/07/using-ews-exchange-web-services-in.html
    Regards, Matthew
    MCPD | MCITP
    My Blog
    View
    Matthew Yarlett's profile
    See my webpart on the TechNet Gallery that allows administrative users to upload, crop and format user profile photos. Check it out here:
    Upload and Crop User Profile Photos

  • Need to "Reconnect" all Excel Lists in a file from Sharepoint due to 2013 Migration - All URLs changed.

    Hi,
    I have a lot of excel files with lists that come from Sharepoint.
    When we upgrade from Sharepoint 2010 to 2013, all our URLs are chaning since were going to single farm.
    When I ran some tests, the excel files in the 2013 Sharepoint site all point to the 2010 Sharepoint lists.
    Is there a way to go through all the lists in an excel file and somehow point them to the new Sharepoint Collection?
    Thanks!
    Mike

    Thanks for the advice.
    Fortunately I was finally able to come up with a home-grown solution so I'll post here in case someone else needs it.  The code has some extras from my particular application so I just set the basic required code to
    bold italics.
    Sub Replace_Data_Connection_URLs()
    Set wb = ActiveWorkbook
    Dim i
    Dim FullURL1, FullURL2
    Dim didChange
    Dim m
    Dim arrProt() As Variant    'Just an array I used while checking for sheet protection.
                                        '  >>>>>>>>>  
    Sheets need to be unprotected first.
    Dim arrConns() As Variant  'Just an array with all the connections and result details.
    m = MsgBox("Updating Links in this file: " & Chr(10) & wb.Name, vbOKOnly)
    Dim c
    ReDim arrConns(0 To 100, 1 To 100)
    arrConns(0, 1) = "Connection Name"
    arrConns(0, 2) = "Result"
    arrConns(0, 3) = "OldURL"
    arrConns(0, 4) = "NewURL"
    arrProt = Check_Sheet_Status(wb)
    c = wb.Connections.Count
    If c = 0 Then
        GoTo closeSub:
    ElseIf arrProt(0, 3) > 0 Then
    'Workbook has protected sheets.  Need to just unlock all for now:
        arrProt = Unprotect_All_Sheets(wb)
    End If
    m = Empty
    For i = 1 To c  'Each conn In wb.Connections
        With wb.Connections(i).OLEDBConnection
            txt = .CommandText
            Debug.Print "Original Connection:  "; txt
            FullURL1 = GetOldURL(txt)
            txt = Replace(txt, oldURL, newURL)
            Debug.Print "New Connection:  " & txt
            FullURL2 = GetOldURL(txt)
            arrConns((i - 1) * 3 + 1, 1) = wb.Connections(i).Name
            arrConns((i - 1) * 3 + 2, 3) = FullURL1 & " >> " & FullURL2
            arrConns((i - 1) * 3 + 3, 3) = Empty
            If FullURL1 <> FullURL2 Then
                didChange = "Yes"
                Debug.Print "Changed: " & FullURL1 & " to " & FullURL2
                m = m & wb.Connections(i).Name & Chr(10)
    '            m = MsgBox("Updating Links in these lists: " & Chr(10) & m, vbOKOnly)
                .CommandText = txt
                .Refresh
                arrConns((i - 1) * 3 + 1, 2) = "Changed"
            Else
                didChange = "No"
                Debug.Print "DID NOT Change: " & FullURL1 & " to " & newURL
    '            m = MsgBox("DID NOT Change: " & FullURL1 & " to " & newURL, vbOKOnly)
                arrConns((i - 1) * 3 + 1, 2) = "NO Change"
            End If
        End With
    Next i
    closeSub:
    Set sht = Nothing
    Set wb = Nothing
    End Sub

  • Hebrew typing problem in Word 2010 and 2013 in Windows 7 64bit

    Hello,
    When I am trying in Word (2010 and 2013 32bit installation) to edit a line (inserting a new word for instance in the middle of the line) or start a new line in RTL or LTR Hebrew paragraph I must first type the SPACE char and then to type any other letter. When
    I try firs to type a regular letter it is not typed.
    It happens only if the Word is installed on a Windows 7 professional 64bit version on my HP 8570p laptop. I formatted the laptop and installed the same OS but 32bit, installed the Office 2010 and the Word works perfect in any language. I formatted the Laptop
    again, re-installed again the 64bit OS, installed the Office 2010 again and same symptom - cant type Hebrew letters if not starting with SPACE. If I try to edit the same paragraph with English letters it works OK. When I start a new line with English letters
    it works OK. It seem that this symptom happens when the type direction is right-to-left (after ALT-right SHIFT stroke).
    This symptom is only in Word. In PowerPoint, in Excel or any other Office application it works fine.
    When using Word 365 (not installed localy even I have a local Word 2013 installation) the Hebrew typing is working fine.
    I didn't change the default setting options of the Word not after installing the 32bit OS nor the 64bit OS.
    I prefer to use the 64bit OS and not the 32bit OS so I do not consider moving to 32bit OS.

    Hello,
    When I am trying in Word (2010 and 2013 32bit installation) to edit a line (inserting a new word for instance in the middle of the line) or start a new line in RTL or LTR Hebrew paragraph I must first type the SPACE char and then to type any other letter. When
    I try firs to type a regular letter it is not typed.
    It happens only if the Word is installed on a Windows 7 professional 64bit version on my HP 8570p laptop. I formatted the laptop and installed the same OS but 32bit, installed the Office 2010 and the Word works perfect in any language. I formatted the Laptop
    again, re-installed again the 64bit OS, installed the Office 2010 again and same symptom - cant type Hebrew letters if not starting with SPACE. If I try to edit the same paragraph with English letters it works OK. When I start a new line with English letters
    it works OK. It seem that this symptom happens when the type direction is right-to-left (after ALT-right SHIFT stroke).
    This symptom is only in Word. In PowerPoint, in Excel or any other Office application it works fine.
    When using Word 365 (not installed localy even I have a local Word 2013 installation) the Hebrew typing is working fine.
    I didn't change the default setting options of the Word not after installing the 32bit OS nor the 64bit OS.
    I prefer to use the 64bit OS and not the 32bit OS so I do not consider moving to 32bit OS.

Maybe you are looking for

  • Error when IdentityXML is called

    Hi all! I'm working with OAM and trying to call an IdentityXML function to create a new user from outside of product using this API. I read de documentation (http://download.oracle.com/docs/cd/B28196_01/idmanage.1014/b25346/toc.htm) and I can't put t

  • Can not open camera raw from 70d to adobe photoshop cc

    can not open camera raw from 70d to adobe photoshop cc

  • Essbase Studio Data Sources

    Hello, we are familiar with Essbase Integration Services (EIS) which we use to build our essbase outline with the memberload-option. EIS itself uses configured ODBC-DSN to read data from relational databases. Because EIS uses the ODBC DSN of the syst

  • ISU upgrade from 4.6C to ECC 6.0 (CIC)

    Hello there We are currently going for an upgrade from 4.6C to ECC 6.0 Can anyone of you provide some insight on whether the frontoffice and other configuration in 4.6C have any kind of impact on ECC 6.0? Basically I can see that there are new functi

  • Adobe Reader vs Adobe Acrobat Pro

    I was able to make and compile PDF docs in the Adobe Acrobat Pro. Today, every time I click on the Pro, the Reader opens where I have no editing ability. I'm simply trying to create a flyer, like I always had, where I combined several PDF docs into o