~pvigo/+junk/owncloud-14.04

« back to all changes in this revision

Viewing changes to share/owncloud/apps/files_trashbin/l10n/ar.php

  • Committer: Pablo Vigo
  • Date: 2014-12-15 13:36:46 UTC
  • Revision ID: pvigo@xtec.cat-20141215133646-7d6it90e1dbsijc2
2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
$TRANSLATIONS = array(
 
3
"Couldn't delete %s permanently" => "تعذّر حذف%s بشكل دائم",
 
4
"Couldn't restore %s" => "تعذّر استرجاع %s ",
 
5
"Error" => "خطأ",
 
6
"Nothing in here. Your trash bin is empty!" => "لا يوجد شيء هنا. سلة المهملات خاليه.",
 
7
"Name" => "اسم",
 
8
"Restore" => "استعيد",
 
9
"Deleted" => "تم الحذف",
 
10
"Delete" => "إلغاء",
 
11
"Deleted Files" => "الملفات المحذوفه"
 
12
);
 
13
$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;";