Welcome to mirror list, hosted at ThFree Co, Russian Federation.

he.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 26f7bbd24ffc49048dc7bbd9027889e1ecd87499 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Access & share your files, calendars, contacts, mail & more from any device, on your terms" => "כניסה ושיתוף של קבצים, לוחות השנה, פרטי קשר, דואר אלקטרוני ועוד מכל מכשיר, ובתנאים שלך",
"Get the apps to sync your files" => "השג את האפליקציות על מנת לסנכרן את הקבצים שלך",
"Desktop client" => "מחשב אישי",
"Android app" => "אפליקציית אנרואיד",
"iOS app" => "אפליקציית אייפון",
"Connect your desktop apps to %s" => "חיבור אפליקציית המחשב האישי אל %s",
"Connect your Calendar" => "חבר את לוח השנה שלך",
"Connect your Contacts" => "חבר את אנשי הקשר שלך",
"Documentation" => "תיעוד",
"Access files via WebDAV" => "גש לקבצים דרך WebDAV"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";