aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKris Borchers <kris.borchers@gmail.com>2011-11-17 14:38:28 -0800
committerKris Borchers <kris.borchers@gmail.com>2011-11-17 14:38:28 -0800
commite6f55967abdbd7ff6a0717237ab684391a150efc (patch)
treebd03f8f34ede51d33266c61ba179e363c288e16e
parent09b51fb7337e08afa5992db8aa7f6c72f879d40e (diff)
parentf25937b215b1302368a71d69368d4782abdb7bac (diff)
downloadjquery-ui-e6f55967abdbd7ff6a0717237ab684391a150efc.tar.gz
jquery-ui-e6f55967abdbd7ff6a0717237ab684391a150efc.zip
Merge pull request #493 from solarprominence/patch-1
Datepicker: Corrected translation of the weekHeader in Ukrainian localization. Fixes #7896 Datepicker: Fix Ukrainian localization's week header
-rw-r--r--ui/i18n/jquery.ui.datepicker-uk.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/i18n/jquery.ui.datepicker-uk.js b/ui/i18n/jquery.ui.datepicker-uk.js
index 07ce206b9..31964af44 100644
--- a/ui/i18n/jquery.ui.datepicker-uk.js
+++ b/ui/i18n/jquery.ui.datepicker-uk.js
@@ -1,5 +1,6 @@
/* Ukrainian (UTF-8) initialisation for the jQuery UI date picker plugin. */
/* Written by Maxim Drogobitskiy (maxdao@gmail.com). */
+/* Corrected by Igor Milla (igor.fsp.milla@gmail.com). */
jQuery(function($){
$.datepicker.regional['uk'] = {
closeText: 'Закрити',
@@ -13,7 +14,7 @@ jQuery(function($){
dayNames: ['неділя','понеділок','вівторок','середа','четвер','п’ятниця','субота'],
dayNamesShort: ['нед','пнд','вів','срд','чтв','птн','сбт'],
dayNamesMin: ['Нд','Пн','Вт','Ср','Чт','Пт','Сб'],
- weekHeader: 'Не',
+ weekHeader: 'Тиж',
dateFormat: 'dd/mm/yy',
firstDay: 1,
isRTL: false,
ore_s3_upload'>artonge/optim/close_connection_before_s3_upload Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/ar.js
blob: 946296ada530da7242f99de683456e3d7541bd14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
OC.L10N.register(
    "files_versions",
    {
    "Versions" : "الإصدارات",
    "This application automatically maintains older versions of files that are changed." : "هذا التطبيق يقوم بحفظ النسخ الأقدم من الملفات التي يتم تعديلها.",
    "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "هذا التطبيق يقوم بحفظ النسخ الأقدم من الملفات التي يتم تعديلها. عند تفعيله، يتم توفير مُجلد مخفي في دليل المستخدم لحفظ النسخ الأقدم للملفات. و يمكن للمستخدم العودة لأي نسخة قديمة من الملف من خلال الشاشة في أي لحظة. و حينها يتم نقل النسخة الأقدم المحفوظة لتصبح هي النسخة العامة و بالمقابل يتم نسخ النسخة العاملة لتصبح ضمن النُّسخ الأقدم. \nلا يسمح النظام بأن تتجاوز مساحة تخزين النُّسخ الأقدم 50% من حصة المستخدم المُتاحة. عند تضاؤل مساحة التخزين المُتاحة من حصة المستخدم، يقوم النظام بحذف النُّسخ الأقدم فالأقدم بحيث لا تقل حصة لا تشغل النُّسخ الأقدم أكثر من 50% من حصة المستخدم في جميع الأحوال. للمزيد؛ أنظر توثيق النُّسخ Version documenation.",
    "Name this version" : "أعط اسماً لهذه النسخة",
    "Edit version name" : "عدّل اسم النسخة",
    "Restore version" : "استعادة النسخة",
    "Download version" : "تنزيل النسخة",
    "Delete version" : "حذف النسخة",
    "Version name" : "اسم النسخة",
    "Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "النُّسخ المُسمّاة محفوظة و مُستثناة من التنظيف التلقائي عند تضاؤل المٌتاح من الحصة التخزينية.",
    "Remove version name" : "إلغ اسم النسخة",
    "Save version name" : "إحفظ اسم النسخة",
    "Initial version restored" : "استعادة النسخة الأساسية",
    "Version restored" : "تمّت استعادة النسخة",
    "Could not restore version" : "لم يُمكن استعادة النسخة",
    "Could not set version name" : "لم يُمكن تعيين اسم للنسخة",
    "Could not delete version" : "لم يُمكن حذف النسخة",
    "${version.label} restored" : "${version.label} تمّت استعادتها",
    "Failed to revert {file} to revision {timestamp}." : "فشل في استعادة {ملف} لنتقيح {الطابع الزمني}",
    "_%n byte_::_%n bytes_" : ["بايت","بايت","بايت","بايت","بايت","%n بايت"],
    "Restore" : "استعادة ",
    "No other versions available" : "لا تتوفر هناك نُسخ أخرى"
},
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");