diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/l10n/ka.php | 4 | ||||
-rw-r--r-- | apps/files/l10n/my_MM.php | 3 | ||||
-rw-r--r-- | apps/files/l10n/sv.php | 1 | ||||
-rw-r--r-- | apps/files_external/l10n/ka.php | 3 | ||||
-rw-r--r-- | apps/files_sharing/l10n/ka.php | 4 | ||||
-rw-r--r-- | apps/files_sharing/l10n/my_MM.php | 2 | ||||
-rw-r--r-- | apps/user_ldap/l10n/ka.php | 4 |
7 files changed, 20 insertions, 1 deletions
diff --git a/apps/files/l10n/ka.php b/apps/files/l10n/ka.php new file mode 100644 index 00000000000..148e688547a --- /dev/null +++ b/apps/files/l10n/ka.php @@ -0,0 +1,4 @@ +<?php $TRANSLATIONS = array( +"Files" => "ფაილები", +"Download" => "გადმოწერა" +); diff --git a/apps/files/l10n/my_MM.php b/apps/files/l10n/my_MM.php index 1835b434905..b791a134ccc 100644 --- a/apps/files/l10n/my_MM.php +++ b/apps/files/l10n/my_MM.php @@ -1,3 +1,4 @@ <?php $TRANSLATIONS = array( -"Files" => "ဖိုင်များ" +"Files" => "ဖိုင်များ", +"Download" => "ဒေါင်းလုတ်" ); diff --git a/apps/files/l10n/sv.php b/apps/files/l10n/sv.php index ca4dfcf553b..12fef78dbd0 100644 --- a/apps/files/l10n/sv.php +++ b/apps/files/l10n/sv.php @@ -60,6 +60,7 @@ "Text file" => "Textfil", "Folder" => "Mapp", "From link" => "Från länk", +"Deleted files" => "Raderade filer", "Cancel upload" => "Avbryt uppladdning", "Nothing in here. Upload something!" => "Ingenting här. Ladda upp något!", "Download" => "Ladda ner", diff --git a/apps/files_external/l10n/ka.php b/apps/files_external/l10n/ka.php new file mode 100644 index 00000000000..14c0625e1f2 --- /dev/null +++ b/apps/files_external/l10n/ka.php @@ -0,0 +1,3 @@ +<?php $TRANSLATIONS = array( +"Users" => "მომხმარებლები" +); diff --git a/apps/files_sharing/l10n/ka.php b/apps/files_sharing/l10n/ka.php new file mode 100644 index 00000000000..0270d5d6f8c --- /dev/null +++ b/apps/files_sharing/l10n/ka.php @@ -0,0 +1,4 @@ +<?php $TRANSLATIONS = array( +"Password" => "პაროლი", +"Download" => "გადმოწერა" +); diff --git a/apps/files_sharing/l10n/my_MM.php b/apps/files_sharing/l10n/my_MM.php index aa574b58b02..dc7ec17e9c5 100644 --- a/apps/files_sharing/l10n/my_MM.php +++ b/apps/files_sharing/l10n/my_MM.php @@ -1,4 +1,6 @@ <?php $TRANSLATIONS = array( "Password" => "စကားဝှက်", +"Submit" => "ထည့်သွင်းမည်", +"Download" => "ဒေါင်းလုတ်", "web services under your control" => "သင်၏ထိန်းချုပ်မှု့အောက်တွင်ရှိသော Web services" ); diff --git a/apps/user_ldap/l10n/ka.php b/apps/user_ldap/l10n/ka.php new file mode 100644 index 00000000000..169926283e9 --- /dev/null +++ b/apps/user_ldap/l10n/ka.php @@ -0,0 +1,4 @@ +<?php $TRANSLATIONS = array( +"Password" => "პაროლი", +"Help" => "შველა" +); |