diff options
Diffstat (limited to 'apps/files_encryption')
-rw-r--r-- | apps/files_encryption/l10n/bs.php | 5 | ||||
-rw-r--r-- | apps/files_encryption/l10n/ms_MY.php | 5 | ||||
-rw-r--r-- | apps/files_encryption/l10n/oc.php | 5 | ||||
-rw-r--r-- | apps/files_encryption/l10n/te.php | 5 |
4 files changed, 0 insertions, 20 deletions
diff --git a/apps/files_encryption/l10n/bs.php b/apps/files_encryption/l10n/bs.php deleted file mode 100644 index 708e045adeb..00000000000 --- a/apps/files_encryption/l10n/bs.php +++ /dev/null @@ -1,5 +0,0 @@ -<?php -$TRANSLATIONS = array( -"Saving..." => "Spašavam..." -); -$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/files_encryption/l10n/ms_MY.php b/apps/files_encryption/l10n/ms_MY.php deleted file mode 100644 index f73e61c1674..00000000000 --- a/apps/files_encryption/l10n/ms_MY.php +++ /dev/null @@ -1,5 +0,0 @@ -<?php -$TRANSLATIONS = array( -"Saving..." => "Simpan..." -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_encryption/l10n/oc.php b/apps/files_encryption/l10n/oc.php deleted file mode 100644 index 87d1e6ceffb..00000000000 --- a/apps/files_encryption/l10n/oc.php +++ /dev/null @@ -1,5 +0,0 @@ -<?php -$TRANSLATIONS = array( -"Saving..." => "Enregistra..." -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files_encryption/l10n/te.php b/apps/files_encryption/l10n/te.php deleted file mode 100644 index 10c7a08a554..00000000000 --- a/apps/files_encryption/l10n/te.php +++ /dev/null @@ -1,5 +0,0 @@ -<?php -$TRANSLATIONS = array( -"personal settings" => "వ్యక్తిగత అమరికలు" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |