Blame view
sources/apps/imprint/l10n/he.php
809 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<?php $TRANSLATIONS = array( "Legal notice" => "הערות משפטיות", "Nothing here yet" => "אין כאן כלום עדיין", "The content of the legal notice has to be configured first" => "יש להגדיר את תוכן ההערות המשפטיות תחילה", "That configuration is done in the administration section." => "ניתן לשנות הגדרות אלו באגף הניהול.", "That configuration has to be done by the system administration." => "הגדרות אלו ניתנות לשינוי על ידי מנהל המערכת.", "Standalone app" => "יישום עצמאי", "Header left" => "כותרת שמאלית", "Header right" => "כותרת ימנית", "Navigation top" => "ניווט עליון", "Navigation bottom" => "ניווט תחתון", "Content" => "תוכן" ); |