blob: 3c6544d35f986848b06f8a4b6575e577a7478249 (
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-10-10 22:26-0400\n"
"PO-Revision-Date: 2013-10-11 02:27+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ar\n"
"Plural-Forms: 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;\n"
#: ajax/delete.php:42
#, php-format
msgid "Couldn't delete %s permanently"
msgstr "تعذّر حذف%s بشكل دائم"
#: ajax/undelete.php:42
#, php-format
msgid "Couldn't restore %s"
msgstr "تعذّر استرجاع %s "
#: js/trash.js:18 js/trash.js:44 js/trash.js:121 js/trash.js:149
msgid "Error"
msgstr "خطأ"
#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr ""
#: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!"
msgstr "لا يوجد شيء هنا. سلة المهملات خاليه."
#: templates/index.php:23
msgid "Name"
msgstr "اسم"
#: templates/index.php:26 templates/index.php:28
msgid "Restore"
msgstr "استعيد"
#: templates/index.php:34
msgid "Deleted"
msgstr "تم الحذف"
#: templates/index.php:37 templates/index.php:38
msgid "Delete"
msgstr "إلغاء"
#: templates/part.breadcrumb.php:9
msgid "Deleted Files"
msgstr "الملفات المحذوفه"
|