forked from dkim0419/SoundRecorder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request dkim0419#38 from techwebpd/patch-1
Lithuanian translation
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
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,41 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<!-- Toolbar --> | ||
<string name="app_name">Garso įrašytuvas</string> | ||
<string name="action_licenses">Licenzijos</string> | ||
<string name="action_settings">Nustatymai</string> | ||
<string name="tab_title_record">Įrašyti</string> | ||
<string name="tab_title_saved_recordings">Išsaugoti įrašai</string> | ||
|
||
<!-- Toasts --> | ||
<string name="toast_recording_start">Įrašymas pradėtas</string> | ||
<string name="toast_recording_finish">Įrašymas išsaugotas</string> | ||
<string name="toast_file_delete">%1$s sėkmingai ištrinta</string> | ||
<string name="toast_file_exists">Byla %1$s jau egzisuoja. Prašome pasirinkti kitokį bylos pavadinimą.</string> | ||
|
||
<!-- Notifications --> | ||
<string name="notification_recording">Įrašoma...</string> | ||
|
||
<!-- Dialogs --> | ||
<string name="dialog_title_delete">Patvirtinkite ištrynimą...</string> | ||
<string name="dialog_text_delete">Ar tikrai norite ištrinti šią bylą?</string> | ||
<string name="dialog_title_licenses">Atviro kodo licenzijos</string> | ||
<string name="dialog_title_rename">Pervardinti bylą</string> | ||
<string name="dialog_title_options">Nustatymai</string> | ||
|
||
<string name="dialog_file_rename">Pervardinti bylą</string> | ||
<string name="dialog_file_delete">Ištrinti bylą</string> | ||
<string name="dialog_action_cancel">Atšaukti</string> | ||
<string name="dialog_action_ok">Gerai</string> | ||
<string name="dialog_action_yes">Taip</string> | ||
<string name="dialog_action_no">Ne</string> | ||
|
||
<string name="no_saved_recordings_message">Nėra išsaugotų įrašų</string> | ||
<string name="pause_recording_button">Pristabdyti</string> | ||
<string name="resume_recording_button">Tęsti</string> | ||
<string name="default_file_name">Mano įrašas</string> | ||
<string name="record_prompt">Paspauskite mygtuką, kad pradėti įrašymą</string> | ||
<string name="record_in_progress">Įrašoma</string> | ||
|
||
</resources> |