summaryrefslogtreecommitdiffstats
path: root/tde-i18n-he
diff options
context:
space:
mode:
authorAutomated System <slavek.banko@axis.cz>2019-01-28 03:25:47 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-01-28 03:25:47 +0100
commita8af094f637b78ba2dcaa30cf3849aa5d19f8d6d (patch)
treed387c93b69fb1366a3aa322fdf83098a1c5c97ff /tde-i18n-he
parente1717010d2d0e87e944f0490dda76778cbd34820 (diff)
downloadtde-i18n-a8af094f637b78ba2dcaa30cf3849aa5d19f8d6d.tar.gz
tde-i18n-a8af094f637b78ba2dcaa30cf3849aa5d19f8d6d.zip
Merge translation files from master branch.
Diffstat (limited to 'tde-i18n-he')
-rw-r--r--tde-i18n-he/messages/tdeartwork/twin_art_clients.po13
-rw-r--r--tde-i18n-he/messages/tdebase/kate.po45
-rw-r--r--tde-i18n-he/messages/tdebase/kicker.po8
-rw-r--r--tde-i18n-he/messages/tdeutils/kgpg.po8
4 files changed, 74 insertions, 0 deletions
diff --git a/tde-i18n-he/messages/tdeartwork/twin_art_clients.po b/tde-i18n-he/messages/tdeartwork/twin_art_clients.po
index dacbf0e2a2e..0f8323ee2c3 100644
--- a/tde-i18n-he/messages/tdeartwork/twin_art_clients.po
+++ b/tde-i18n-he/messages/tdeartwork/twin_art_clients.po
@@ -411,5 +411,18 @@ msgid ""
msgstr ""
#, fuzzy
+#~ msgid ""
+#~ "Clicking on the link above will cause a window to appear showing the TDE "
+#~ "IceWM theme folder. You can add or remove native IceWM themes by "
+#~ "installing theme files into this folder or by creating folder symlinks to "
+#~ "existing IceWM themes on your system. You can get extra-themes here: "
+#~ "<b>https://github.com/bbidulock/icewm-extra-themes</b>"
+#~ msgstr ""
+#~ "לחיצה על הקישור לעיל תעלה חלון המראה את ערכות הנושא IceWM של TDE. "
+#~ "באפשרותך להוסיף או להוריד ערכות נושא מקוריות של IceWM על ידי פתיחת קובצי "
+#~ "ערכות הנושא מ־<b>http://icewm.themes.org/</b> אל תיקייה זו או על־ידי "
+#~ "יצירת קישור סימבולי לספרייה המכילה את ערכות הנושא שכבר קיימות על מחשבך."
+
+#, fuzzy
#~ msgid "Center"
#~ msgstr "ממורכז"
diff --git a/tde-i18n-he/messages/tdebase/kate.po b/tde-i18n-he/messages/tdebase/kate.po
index d0d6bb10369..211c13be51e 100644
--- a/tde-i18n-he/messages/tdebase/kate.po
+++ b/tde-i18n-he/messages/tdebase/kate.po
@@ -1853,10 +1853,47 @@ msgstr ""
#~ msgstr "הסתר סרגלי ג&לילה"
#, fuzzy
+#~ msgid ""
+#~ "<p>Enter the expression you want to search for here.<p>If 'regular "
+#~ "expression' is unchecked, all characters that are not letters in your "
+#~ "expression will be escaped with a backslash character.<p>Possible meta "
+#~ "characters are:<br><b>.</b> - Matches any character<br><b>^</b> - Matches "
+#~ "the beginning of a line<br><b>$</b> - Matches the end of a line<br><b>"
+#~ "\\&lt;</b> - Matches the beginning of a word<br><b>\\&gt;</b> - Matches "
+#~ "the end of a word<p>The following repetition operators exist:<br><b>?</b> "
+#~ "- The preceding item is matched at most once<br><b>*</b> - The preceding "
+#~ "item is matched zero or more times<br><b>+</b> - The preceding item is "
+#~ "matched one or more times<br><b>{<i>n</i>}</b> - The preceding item is "
+#~ "matched exactly <i>n</i> times<br><b>{<i>n</i>,}</b> - The preceding item "
+#~ "is matched <i>n</i> or more times<br><b>{,<i>n</i>}</b> - The preceding "
+#~ "item is matched at most <i>n</i> times<br><b>{<i>n</i>,<i>m</i>}</b> - "
+#~ "The preceding item is matched at least <i>n</i>, but at most <i>m</i> "
+#~ "times.<p>Furthermore, backreferences to bracketed subexpressions are "
+#~ "available via the notation <code>\\#</code>.<p>See the grep(1) "
+#~ "documentation for the full documentation."
+#~ msgstr ""
+#~ "<p dir=\"rtl\"> הזן כאן את הביטוי הסדיר שברצונך לחפש.<br>המטא־תווים "
+#~ "האפשריים הם:<br><b>.</b> התאם כל תו<br><br><b>^</b> - התאם תחילת "
+#~ "שורה<br><b>$</b> - התאם סוף שורה<br><b>&lt;\\\\\\</b> - התאם תחילת "
+#~ "מילה<br><b>&gt;\\\\\\</b> - התאם סוף מילה<br><br>אופרטורי החזרה הבאים "
+#~ "קיימים:<br><b>?</b> - הפריט הקודם מותאם פעם אחת לכל היותר<br><b>*</b> - "
+#~ "הפריט הקודם מותאם אפס פעמים או יותר<br><b>+</b> - הפריט הקודם מותאם פעם "
+#~ "אחת או יותר<br><b>{<i>n</i>}</b> - הפריט הקודם מותאם בדיוק <i>n</i> "
+#~ "פעמים<br><b>{<i>n</i>,}</b> - הפריט הקודם מותאם <i>n</i> פעמים או "
+#~ "יותר<br><b>{,<i>n</i>}</b> - הפריט הקודם מותאם <i>n</i> לכל "
+#~ "היותר<br><b>{<i>n</i>,<i>m</i>}</b> - הפריט הקודם מותאם לפחות <i>n</i> "
+#~ "פעמים,<br> אך לכל היותר <i>m</i> פעמים.<br><br>כמו כן, אסמכתאות חוזרות "
+#~ "לביטויי משנה בסוגריים<br>זמינים באמצעות הציון <i>n</i>\\\\."
+
+#, fuzzy
#~ msgid "&New"
#~ msgstr "&חדש..."
#, fuzzy
+#~ msgid "&Rename"
+#~ msgstr "&שינוי שם..."
+
+#, fuzzy
#~ msgid "Acti&vate"
#~ msgstr "הפעל כרטיסייה הבאה"
@@ -1909,6 +1946,14 @@ msgstr ""
#~ msgstr "העבר אל..."
#, fuzzy
+#~ msgid "Delete session"
+#~ msgstr "הפעלת ברירת מחדל"
+
+#, fuzzy
+#~ msgid "Save Session"
+#~ msgstr "לשמור הפעלה?"
+
+#, fuzzy
#~ msgid "Save As"
#~ msgstr "שמור ב&שם..."
diff --git a/tde-i18n-he/messages/tdebase/kicker.po b/tde-i18n-he/messages/tdebase/kicker.po
index 3c7a6d1baf0..5ff8cb5bd1e 100644
--- a/tde-i18n-he/messages/tdebase/kicker.po
+++ b/tde-i18n-he/messages/tdebase/kicker.po
@@ -1182,6 +1182,14 @@ msgstr "&תיאור:"
#~ msgstr "סיום ההפעלה..."
#, fuzzy
+#~ msgid "End current session"
+#~ msgstr "שמור הפעלה"
+
+#, fuzzy
+#~ msgid "Lock computer screen"
+#~ msgstr "נעל מסך"
+
+#, fuzzy
#~ msgid "Bookmarks"
#~ msgstr "&ערוך סימניות"
diff --git a/tde-i18n-he/messages/tdeutils/kgpg.po b/tde-i18n-he/messages/tdeutils/kgpg.po
index b3b9b7a3d32..19ec1b4d24c 100644
--- a/tde-i18n-he/messages/tdeutils/kgpg.po
+++ b/tde-i18n-he/messages/tdeutils/kgpg.po
@@ -3119,6 +3119,14 @@ msgstr ""
"p>\n"
#, fuzzy
+#~ msgid ""
+#~ "This passphrase is not secure enough.\n"
+#~ "Minimum length = 5 characters"
+#~ msgstr ""
+#~ "משפט־ססמה זה אינו בטוח מספיק.\n"
+#~ "אורך מינימלי = 5 תווים"
+
+#, fuzzy
#~ msgid "Untitled"
#~ msgstr "ללא כותרת"