Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/juliushaertl/theming_customcss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--l10n/uz.js6
-rw-r--r--l10n/uz.json6
2 files changed, 6 insertions, 6 deletions
diff --git a/l10n/uz.js b/l10n/uz.js
index 8e01df6..4ed462a 100644
--- a/l10n/uz.js
+++ b/l10n/uz.js
@@ -1,8 +1,8 @@
OC.L10N.register(
"theming_customcss",
{
- "Saved" : "Saqlangan",
- "Error" : "Xato",
- "Save" : "Saqlash"
+ "Saved" : "Saved",
+ "Error" : "Error",
+ "Save" : "Save"
},
"nplurals=1; plural=0;");
diff --git a/l10n/uz.json b/l10n/uz.json
index 2ba1a60..92a2c31 100644
--- a/l10n/uz.json
+++ b/l10n/uz.json
@@ -1,6 +1,6 @@
{ "translations": {
- "Saved" : "Saqlangan",
- "Error" : "Xato",
- "Save" : "Saqlash"
+ "Saved" : "Saved",
+ "Error" : "Error",
+ "Save" : "Save"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file