Add croatian localization

This commit is contained in:
Andreas Linde 2012-11-28 19:02:58 +01:00
parent 6b948a8d13
commit 4f02e73e4c
2 changed files with 228 additions and 0 deletions

View File

@ -0,0 +1,225 @@
/* General */
/* For dialogs yes buttons */
"HockeyYes" = "Da";
/* For dialogs no buttons */
"HockeyNo" = "Ne";
/* For dialogs ok buttons */
"HockeyOK" = "U redu";
/* Replacement for app name, if it could not be detected */
"HockeyAppNamePlaceholder" = "Ova aplikacija";
/* Crash */
/* Crash dialog */
/* Title showing in the alert box when crash report data has been found */
"CrashDataFoundTitle" = "%@ Neočekivani završetak";
/* Description explaining that crash data has been found and ask the user if the data might be uploaded to the developers server */
"CrashDataFoundAnonymousDescription" = "Želite li poslati anonimno izviješće da možemo riješiti problem?";
/* Description explaining that crash data has been found and ask the user if the non anonymous data might be uplaoded to the developers server */
"CrashDataFoundDescription" = "Želite li poslati izviješće da možemo riješiti problem?";
/* Alert box button if the users wants to send crash data always automatically */
"CrashSendReportAlways" = "Uvijek šalji";
/* Alert box button to send the crash report once */
"CrashSendReport" = "Pošalji izvijeće";
/* Alert box button to decline sending the report */
"CrashDontSendReport" = "Ne šalji";
/* Text showing in a processing box that the crash data is being uploaded to the server */
"CrashReportSending" = "Slanje…";
/* Update */
/* Update Alert view */
/* Update available */
"UpdateAvailable" = "Dostupno je ažuriranje";
"UpdateAlertTextWithAppVersion" = "%@ je dostupno.";
"UpdateAlertMandatoryTextWithAppVersion" = "%@ je dostupno i obavezno je ažuriranje!";
"UpdateIgnore" = "Zanemari";
"UpdateShow" = "Prikaz";
"UpdateInstall" = "Instaliraj";
/* Update Details */
"UpdateScreenTitle" = "Ažuriranje";
"UpdateButtonCheck" = "PROVJERA";
"UpdateButtonSearching" = "PROVJERA";
"UpdateButtonUpdate" = "AŽURIRANJE";
"UpdateButtonInstalling" = "INSTALIRANJE";
"UpdateButtonOffline" = "VAN MREŽE";
"UpdateInstalled" = "INSTALIRANO";
"UpdateVersion" = "Verzija";
"UpdateShowPreviousVersions" = "Prikaz prethodnih verzija...";
"UpdateNoUpdateAvailableTitle" = "Ažuriranja nisu dostupna";
"UpdateNoUpdateAvailableMessage" = "%@ je već najnovija verzija.";
"UpdateError" = "Greška";
"UpdateWarning" = "Upozorenje";
"UpdateNoReleaseNotesAvailable" = "Nisu dostupne bilješke izdanja.";
/* Update Authorization */
"UpdateAuthorizationProgress" = "Autorizacija...";
"UpdateAuthorizationOffline" = "Potrebna je internet veza!";
"UpdateAuthorizationDenied" = "Autorizacija je odbijena. Molimo obratite se developeru.";
/* Update Expiry */
"UpdateExpired" = "%@ je isteklo i ne može se više koristiti.";
/* Update Simulator Warning */
"UpdateSimulatorMessage" = "Hockey ažuriranje ne radi u Simulatoru.\nThe itms-services:// url scheme is implemented but nonfunctional.";
/* Feedback */
/* New Message Alert */
/* Alert Title */
"HockeyFeedbackNewMessageTitle" = "Novi odgovor na povratnu informaciju";
/* Alert Text */
"HockeyFeedbackNewMessageText" = "Dostupan je novi odgovor na Vašu povratnu informaciju. Želite li ga pogledati?";
/* Alert Ignore Button */
"HockeyFeedbackIgnore" = "Zanemari";
/* Alert Show Button */
"HockeyFeedbackShow" = "Prikaži";
/* List View */
/* Title */
"HockeyFeedbackListTitle" = "Povratna informacija";
/* Last Updated */
"HockeyFeedbackListLastUpdated" = "Zadnje ažuriranje: %@";
/* Never Updated */
"HockeyFeedbackListNeverUpdated" = "Nikada";
/* Provide Feedback Button Title */
"HockeyFeedbackListButonWriteFeedback" = "Osigurajte povratnu informaciju";
/* Add a Response Button Title */
"HockeyFeedbackListButonWriteResponse" = "Dodaj odgovor";
/* User Data Set Name Button Title */
"HockeyFeedbackListButonUserDataSetName" = "Postavite Vaše ime";
/* User Data Set Email Button Title */
"HockeyFeedbackListButonUserDataSetEmail" = "Postavite Vaš Email";
/* User Data With Name Button Title */
"HockeyFeedbackListButonUserDataWithName" = "Ime: %@";
/* User Data With Email Button Title */
"HockeyFeedbackListButonUserDataWithEmail" = "Email: %@";
/* Button title for deleting all local messages*/
"HockeyFeedbackListButonDeleteAllMessages" = "Obriši sve poruke";
/* Message pending to be send */
"HockeyFeedbackListMessagePending" = "Čekanje";
/* Delete All Messages Action Sheet / Alert View */
/* Title for the Action Sheet */
"HockeyFeedbackListDeleteAllTitle" = "Ovo će obrisati sve poruke na ovom uređaju.";
/* Button Title to perform delete action */
"HockeyFeedbackListDeleteAllDelete" = "Obriši";
/* Button Title to cancel delete action */
"HockeyFeedbackListDeleteAllCancel" = "Prekid";
/* Open Link In Safari Action Sheet / Alert View */
/* Button Title to cancel */
"HockeyFeedbackListLinkActionCancel" = "Prekid";
/* Button Title to Open the Link */
"HockeyFeedbackListLinkActionOpen" = "Otvori";
/* Button Title to Copy the Link */
"HockeyFeedbackListLinkActionCopy" = "Kopiraj";
/* UIActivity */
/* Activity Sharing Button Title, App Name will be inserted */
"HockeyFeedbackActivityButtonTitle" = "%@ Povratna informacija";
/* if there can no app name be found, use this instead for HockeyFeedbackActivityButtonTitle */
"HockeyFeedbackActivityAppPlaceholder" = "Aplikacija";
/* Compose Message */
/* Title */
"HockeyFeedbackComposeTitle" = "Nova povratna informacija";
/* Send button */
"HockeyFeedbackComposeSend" = "Šalji";
/* Set User Data */
/* Title */
"HockeyFeedbackUserDataTitle" = "Moj info";
/* Description On What Should Be Entered */
"HockeyFeedbackUserDataDescription" = "Prije pisanja povratne informacije navedite svoje podatke.";
/* Name Field */
"HockeyFeedbackUserDataName" = "Ime";
/* Name Placeholder */
"HockeyFeedbackUserDataNamePlaceHolder" = "John Doe";
/* Email Field */
"HockeyFeedbackUserDataEmail" = "Email";
/* Email Placeholder */
"HockeyFeedbackUserDataEmailPlaceholder" = "example@email.com";

View File

@ -138,6 +138,7 @@
1E1127C116580C87007067A2 /* buttonRoundedRegular@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "buttonRoundedRegular@2x.png"; sourceTree = "<group>"; };
1E1127C216580C87007067A2 /* buttonRoundedRegularHighlighted.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = buttonRoundedRegularHighlighted.png; sourceTree = "<group>"; };
1E1127C316580C87007067A2 /* buttonRoundedRegularHighlighted@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "buttonRoundedRegularHighlighted@2x.png"; sourceTree = "<group>"; };
1E36D8B816667611000B134C /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = hr.lproj/HockeySDK.strings; sourceTree = "<group>"; };
1E49A42D1612223B00463151 /* BITFeedbackComposeViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BITFeedbackComposeViewController.h; sourceTree = "<group>"; };
1E49A42E1612223B00463151 /* BITFeedbackComposeViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BITFeedbackComposeViewController.m; sourceTree = "<group>"; };
1E49A42F1612223B00463151 /* BITFeedbackListViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BITFeedbackListViewCell.h; sourceTree = "<group>"; };
@ -534,6 +535,7 @@
zh_TW,
"zh-Hans",
"zh-Hant",
hr,
);
mainGroup = E400560F148D79B500EB22B9;
productRefGroup = E400561B148D79B500EB22B9 /* Products */;
@ -679,6 +681,7 @@
1E59557615B6F85E00A03429 /* tr */,
1E59557815B6F86600A03429 /* zh_CN */,
1E59557A15B6F86E00A03429 /* zh_TW */,
1E36D8B816667611000B134C /* hr */,
);
name = HockeySDK.strings;
sourceTree = "<group>";