nextcloud/apps/files_trashbin/l10n/he.php

9 lines
229 B
PHP
Raw Normal View History

2013-02-01 03:19:28 +04:00
<?php $TRANSLATIONS = array(
"Name" => "שם",
"1 folder" => "תיקייה אחת",
"{count} folders" => "{count} תיקיות",
"1 file" => "קובץ אחד",
2013-02-22 03:08:47 +04:00
"{count} files" => "{count} קבצים",
"Delete" => "מחיקה"
2013-02-01 03:19:28 +04:00
);