server/apps/files_sharing/l10n/he.php

8 lines
187 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2014-03-12 05:57:17 +00:00
"Shared by {owner}" => "שותף בידי {owner}",
2014-05-04 05:56:15 +00:00
"Password" => "סיסמא",
"Download" => "הורדה"
2012-09-05 00:05:39 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";