nextcloud/apps/files_versions/l10n/he.php

9 lines
433 B
PHP
Raw Normal View History

2012-09-05 04:05:39 +04:00
<?php $TRANSLATIONS = array(
"Expire all versions" => "הפגת תוקף כל הגרסאות",
2012-12-02 03:03:12 +04:00
"History" => "היסטוריה",
2012-09-05 04:05:39 +04:00
"Versions" => "גרסאות",
2012-12-02 03:03:12 +04:00
"This will delete all existing backup versions of your files" => "פעולה זו תמחק את כל גיבויי הגרסאות הקיימים של הקבצים שלך",
"Files Versioning" => "שמירת הבדלי גרסאות של קבצים",
"Enable" => "הפעלה"
2012-09-05 04:05:39 +04:00
);