-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lithuanian strings.xml #62
Merged
Merged
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
<resources | ||
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> | ||
|
||
<string name="app_name">Loyalty Card Locker</string> | ||
<string name="action_add">Pridėti</string> | ||
|
||
<string name="noGiftCards">Šiuo metu neturite nė vienos įvestos lojalumo kortelės. Paspauskite "+" (pliuso) pliuso mygtuką, kad pradėtumėte.\n\nLoyalty Card Locker leidžia Jums visada nešiotis lojalumo kortelių informaciją savo telefone ar planšetėje, taip jos visada pasiekiamos.</string> | ||
|
||
<string name="storeName">Parduotuvė</string> | ||
<string name="note">Užrašas</string> | ||
<string name="cardId">Kortelės ID</string> | ||
<string name="barcodeType">Brūkšninio kodo tipas</string> | ||
|
||
<string name="cancel">Atšaukti</string> | ||
<string name="save">Išsaugoti</string> | ||
<string name="capture">Nufotografuoti kortelę</string> | ||
<string name="enterCard">Įvesti kortelę</string> | ||
<string name="edit">Redaguoti</string> | ||
<string name="delete">Ištrinti</string> | ||
<string name="confirm">Patvirtinti</string> | ||
<string name="deleteTitle">Panaikinti lojalumo kortelę</string> | ||
<string name="deleteConfirmation">Prašome patvirtinti jog Jūs norite panaikinti šią lojalumo kortelę.</string> | ||
<string name="ok">Gerai</string> | ||
<string name="copy_to_clipboard">Nukopijuoti ID į iškarpinę</string> | ||
|
||
<string name="editCardTitle">Redaguoti lojalumo kortelę</string> | ||
<string name="addCardTitle">Pridėti lojalumo kortelę</string> | ||
<string name="viewCardTitle">Paeržiūrėti lojalumo kortelę</string> | ||
<string name="scanCardBarcode">Nuskanuokite kortelės brūkšninį kodą</string> | ||
|
||
<string name="barcodeImageDescription">Kortelės brūkšninio kodo paveikslėlis</string> | ||
|
||
<string name="noStoreError">Parduotuvė neįvesta</string> | ||
<string name="noCardIdError">Neįvestas kortelės ID</string> | ||
|
||
<string name="cardIdFormat">%1$s: %2$s</string> | ||
<string name="storeNameAndNoteFormat" translatable="false">%1$s - %2$s</string> | ||
|
||
<string name="importExport">Importuoti/Exportuoti</string> | ||
<string name="importName">Importuoti</string> | ||
<string name="exportName">Exportuoti</string> | ||
<string name="importExportHelp">Duomenys importuoti į/eksportruoti iš LoyaltyCardLocker.csv išorinėje atmintyje</string> | ||
<string name="importedFrom">Importuota iš: %1$s</string> | ||
<string name="exportedTo">Eksportuota į: %1$s</string> | ||
<string name="fileMissing">Failas nerastas: %1$s</string> | ||
<string name="importFailed">Nepavyko importuoti: %1$s</string> | ||
<string name="exportFailed">Nepavyko eksportuoti: %1$s</string> | ||
<string name="importing">Importuoja…</string> | ||
<string name="exporting">Eksportuoja…</string> | ||
<string name="noExternalStoragePermissionError">Negalima importuoti/eksportuoti kortelių be išorinės atminties leidimo</string> | ||
|
||
<string name="about">Apie</string> | ||
<string name="app_copyright_fmt">Visos teisės saugomos 2016-<xliff:g>%s</xliff:g> Branden Archer</string> | ||
<string name="app_license">Licenzijuota pagal GPLv3.</string> | ||
<string name="about_title_fmt">Apie <xliff:g id="app_name">%s</xliff:g></string> | ||
<string name="debug_version_fmt">Versija: <xliff:g id="version">%s</xliff:g></string> | ||
<string name="app_revision_fmt">Revizijos informacija: <xliff:g id="app_revision_url">%s</xliff:g></string> | ||
<string name="app_libraries"><xliff:g id="app_name">%s</xliff:g> naudoja šias trečiosios šalies bibliotekas: <xliff:g id="app_libraries_list">%s</xliff:g></string> | ||
|
||
<string name="selectBarcodeTitle">Pasirinkite brūkšninį kodą</string> | ||
<string name="enterBarcodeInstructions">Enter the barcode value then select the image which represents the barcode you want to use</string> | ||
|
||
<string name="copy_to_clipboard_toast">Kortelės ID nukopijuota į iškarpinę</string> | ||
|
||
</resources> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You do not need to include this string, as it is marked as non-translatale