[gnoduino] Added Hebrew translation.



commit 878256c97c0d646dbc988fe9fe83861ef148521b
Author: Yaron Shahrabani <sh yaron gmail com>
Date:   Fri Dec 28 15:11:30 2012 +0200

    Added Hebrew translation.

 po/LINGUAS |    1 +
 po/he.po   |  436 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 437 insertions(+), 0 deletions(-)
---
diff --git a/po/LINGUAS b/po/LINGUAS
index 4677450..51843ce 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -6,6 +6,7 @@ eo
 es
 fr
 gl
+he
 ko
 nb
 pl
diff --git a/po/he.po b/po/he.po
new file mode 100644
index 0000000..aa4ff81
--- /dev/null
+++ b/po/he.po
@@ -0,0 +1,436 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Gnoduino\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2012-12-28 14:53+0200\n"
+"PO-Revision-Date: 2012-12-28 15:10+0200\n"
+"Last-Translator: Yaron Shahrabani <sh yaron gmail com>\n"
+"Language-Team: Yaron Shahrabani <sh yaron gmail com>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Poedit-Language: Hebrew\n"
+"X-Poedit-Country: ISRAEL\n"
+"X-Poedit-SourceCharset: utf-8\n"
+
+#: ../src/compiler.py:137
+msgid "Compiling..."
+msgstr "××××× ×××××"
+
+#: ../src/compiler.py:156
+#: ../src/compiler.py:162
+#: ../src/compiler.py:168
+#: ../src/compiler.py:175
+#: ../src/compiler.py:193
+#: ../src/compiler.py:218
+msgid "Compile Error"
+msgstr "××××× ×××××"
+
+#: ../src/compiler.py:248
+msgid "Linking error"
+msgstr "××××× ×××××"
+
+#: ../src/compiler.py:260
+#: ../src/compiler.py:273
+msgid "Object error"
+msgstr "××××× ×××"
+
+#: ../src/compiler.py:279
+msgid "Done compiling."
+msgstr "×××××× ×××××."
+
+#: ../src/compiler.py:283
+#, python-format
+msgid "Binary sketch size: %s bytes (of a %s bytes maximum)\n"
+msgstr "×××× ×××××× ×××××××: %s ××× (×××× %s ×××× ××× ×××××)\n"
+
+#: ../src/compiler.py:369
+#: ../src/compiler.py:394
+msgid "Library Error"
+msgstr "××××× ××××××"
+
+#: ../src/misc.py:54
+#, python-format
+msgid ""
+"Unable to locate %s\n"
+"Arduino SDK missing or broken."
+msgstr ""
+"×× ×××× ×××× ×× %s\n"
+"×××× ×××××× ×××××××× ×××× ×× ×××××."
+
+#: ../src/misc.py:148
+#, python-format
+msgid "Cannot load %s file. Exiting."
+msgstr "×× ×××× ××××× ×× ×××× ×Ö%s. ×××××× ×××××."
+
+#: ../src/misc.py:151
+#, python-format
+msgid "Error reading %s file. File is corrupt. Installation problem.\n"
+msgstr "××××× ×××××× ××××× %s. ××××× ××××. ×××× ××××××.\n"
+
+#: ../src/misc.py:275
+msgid "Error compiling."
+msgstr "××××× ××××××."
+
+#: ../src/misc.py:346
+msgid "Close without Saving"
+msgstr "××××× ×××× ×××××"
+
+#: ../src/misc.py:348
+msgid "If you don't save, changes will be permanently lost."
+msgstr "×× ×× ××××× ×××××, ×××××××× ××××× ××××."
+
+#: ../src/serialio.py:113
+msgid ""
+"Serial port not configured!\n"
+"Use Tools->Serial Port to configure port."
+msgstr ""
+"×× ×××××× ×××× ×××××!\n"
+"×× ×××××× ×××××->×××× ××××× ××× ×××××× ××××."
+
+#: ../src/srcview.py:161
+#: ../src/srcview.py:171
+#, python-format
+msgid "'%s' not found."
+msgstr "â%sâ ×× ××××."
+
+#: ../src/ui.py:66
+#: ../src/ui.py:86
+#: ../src/ui.py:99
+#: ../src/ui.py:167
+#: ../src/ui.py:182
+msgid "Untitled"
+msgstr "××× ××"
+
+#: ../src/ui.py:67
+msgid "Save document"
+msgstr "××××× ×××××"
+
+#: ../src/ui.py:68
+#, python-format
+msgid ""
+"Save changes to document \"%s\"\n"
+" before closing?"
+msgstr ""
+"××× ××××× ×× ×××××××× ××××× â%sâ\n"
+" ×××× ××××××?"
+
+#: ../src/ui.py:176
+msgid "Save file"
+msgstr "××××× ××××"
+
+#: ../src/ui.py:193
+msgid "Open file"
+msgstr "××××× ××××"
+
+#: ../src/ui.py:219
+#, python-format
+msgid "<b>A file named %s already exists. Do you want to replace it?</b>"
+msgstr "<b>××× ×××× ×××× ××× %s. ××× ×××××× ×××××× ××××?</b>"
+
+#: ../src/ui.py:220
+#, python-format
+msgid "The file already exists in \"%s\". Replacing it will overwrite its contents."
+msgstr "××××× ××× ×××× ××× â%sâ. ×××××× ××××× ×× ×××××."
+
+#: ../src/ui.py:521
+msgid "Open Recent"
+msgstr "××××× ××××××"
+
+#: ../src/ui.py:556
+#: ../ui/main.ui.h:58
+msgid "Send"
+msgstr "×××××"
+
+#: ../src/ui.py:557
+msgid "Clear"
+msgstr "×××××"
+
+#: ../src/ui.py:595
+#, python-format
+msgid "%s baud"
+msgstr "%s ××××"
+
+#: ../src/ui.py:745
+msgid "E_xamples"
+msgstr "_×××××××"
+
+#: ../src/ui.py:766
+msgid "Import Library"
+msgstr "×××× ××××××"
+
+#: ../src/ui.py:772
+#: ../ui/main.ui.h:54
+msgid "Upload"
+msgstr "×××××"
+
+#: ../src/ui.py:779
+msgid "Upload using programmer"
+msgstr "××××× ××××× ×××××"
+
+#: ../src/ui.py:818
+#: ../src/ui.py:824
+#: ../src/ui.py:830
+msgid "System error"
+msgstr "××××× ×××××"
+
+#: ../src/ui.py:833
+msgid "Cannot load ui file"
+msgstr "Cannot load ui file"
+
+#: ../src/ui.py:949
+msgid "--help    Print the command line options"
+msgstr "--help    Print the command line options"
+
+#: ../src/ui.py:950
+msgid "--version Output version information and exit"
+msgstr "--version Output version information and exit"
+
+#: ../src/uploader.py:54
+msgid "Burning bootloader..."
+msgstr "×××× ×××××× ××××..."
+
+#: ../src/uploader.py:67
+#: ../src/uploader.py:101
+#: ../src/uploader.py:149
+#: ../src/uploader.py:162
+msgid "Flashing error."
+msgstr "××××× ×××××."
+
+#: ../src/uploader.py:92
+#: ../src/uploader.py:123
+msgid "Burn Error"
+msgstr "××××× ×××××"
+
+#: ../src/uploader.py:92
+#: ../src/uploader.py:123
+msgid "Burn ERROR."
+msgstr "××××× ×××××."
+
+#: ../src/uploader.py:126
+msgid "Burn complete."
+msgstr "×××××× ××××××."
+
+#: ../src/uploader.py:135
+msgid "Flashing..."
+msgstr "×××××× ×××××..."
+
+#: ../src/uploader.py:181
+msgid "Flashing Error"
+msgstr "××××× ×××××"
+
+#: ../src/uploader.py:181
+msgid "Flash ERROR.\n"
+msgstr "××××× ×××××.\n"
+
+#: ../src/uploader.py:184
+msgid "Flashing complete."
+msgstr "×××××× ××××××."
+
+#: ../ui/arduino.xml.h:1
+msgid "Arduino"
+msgstr "×××××××"
+
+#: ../ui/arduino.xml.h:2
+msgid "Arduino color scheme"
+msgstr "×××× ××× ×× ×××××××"
+
+#: ../ui/main.ui.h:1
+msgid "Lucian Langa <lucilanga gnome org>"
+msgstr "Lucian Langa <lucilanga gnome org>"
+
+#: ../ui/main.ui.h:2
+msgid "GNOME Arduino IDE"
+msgstr "××××× ××××× ×××××××× ××× GNOME"
+
+#: ../ui/main.ui.h:3
+msgid "gnoduino"
+msgstr "gnoduino"
+
+#: ../ui/main.ui.h:4
+msgid ""
+" gnoduino - Python Arduino IDE implementation\n"
+" Copyright (C) 2010-2012  Lucian Langa\n"
+"\n"
+"This program is free software; you can redistribute it and/or\n"
+"modify it under the terms of the GNU General Public License\n"
+"as published by the Free Software Foundation; either version 2\n"
+"of the License, or (at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program; if not, write to the Free Software\n"
+"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n"
+msgstr ""
+" gnoduino - ××××× ×× ××××× ××××× ×××××××× ×××××× ××××××××\n"
+" ×× ××××××× ×××××× (C)â 2010â-2012  Lucian Langa\n"
+"\n"
+"This program is free software; you can redistribute it and/or\n"
+"modify it under the terms of the GNU General Public License\n"
+"as published by the Free Software Foundation; either version 2\n"
+"of the License, or (at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program; if not, write to the Free Software\n"
+"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n"
+
+#: ../ui/main.ui.h:21
+msgid "Search for:"
+msgstr "××××× ×××:"
+
+#: ../ui/main.ui.h:22
+msgid "Match entire word only"
+msgstr "××××× ××××× ××××× ××××"
+
+#: ../ui/main.ui.h:23
+msgid "Wrap around"
+msgstr "××××× ×××××"
+
+#: ../ui/main.ui.h:24
+msgid "Match case"
+msgstr "××××× ××××××"
+
+#: ../ui/main.ui.h:25
+msgid "Search backwards"
+msgstr "××××× ×××××"
+
+#: ../ui/main.ui.h:26
+msgid "Editor font size"
+msgstr "×××× ×××× ×××××"
+
+#: ../ui/main.ui.h:27
+msgid "Console font size"
+msgstr "×××× ×××× ×××××"
+
+#: ../ui/main.ui.h:28
+msgid "Verbose build"
+msgstr "××××× ××××××"
+
+#: ../ui/main.ui.h:29
+msgid "Verbose upload"
+msgstr "××××× ××××××"
+
+#: ../ui/main.ui.h:30
+msgid "Show line numbers"
+msgstr "×××× ××××× ×××××"
+
+#: ../ui/main.ui.h:31
+msgid "Sketchdir: "
+msgstr "×××××× ×××××××:"
+
+#: ../ui/main.ui.h:32
+msgid "Enter any supplementary path that compiler will check for, separate them by semicolons. (eg /usr/share/gnoduino;/usr/local/share/gnoduino)"
+msgstr "×× ××××× ×××× ××××× ××××××× ×××× ××, ×× ×××××× ×××××× ×××× (×××××× â/usr/share/gnoduino;/usr/local/share/gnoduino)"
+
+#: ../ui/main.ui.h:33
+msgid "Additional library paths:"
+msgstr "××××× ×××××× ××××××:"
+
+#: ../ui/main.ui.h:34
+msgid "_File"
+msgstr "_××××"
+
+#: ../ui/main.ui.h:35
+msgid "Upload to I/O Board"
+msgstr "××××× ××× ××××/×××"
+
+#: ../ui/main.ui.h:36
+msgid "Preferences"
+msgstr "××××××"
+
+#: ../ui/main.ui.h:37
+msgid "_Edit"
+msgstr "×_××××"
+
+#: ../ui/main.ui.h:38
+msgid "Find Next"
+msgstr "××××× ×××"
+
+#: ../ui/main.ui.h:39
+msgid "Sketch"
+msgstr "×××××"
+
+#: ../ui/main.ui.h:40
+msgid "Verify/Compile"
+msgstr "×××××/×××××"
+
+#: ../ui/main.ui.h:41
+msgid "Stop"
+msgstr "×××××"
+
+#: ../ui/main.ui.h:42
+msgid "Add File..."
+msgstr "××××× ××××..."
+
+#: ../ui/main.ui.h:43
+msgid "Tools"
+msgstr "××××"
+
+#: ../ui/main.ui.h:44
+msgid "Auto Format"
+msgstr "××××× ×××××××"
+
+#: ../ui/main.ui.h:45
+msgid "Serial Monitor"
+msgstr "×× ××××"
+
+#: ../ui/main.ui.h:46
+msgid "Reset Board"
+msgstr "××××× ××××"
+
+#: ../ui/main.ui.h:47
+msgid "Board"
+msgstr "×××"
+
+#: ../ui/main.ui.h:48
+msgid "Serial Port"
+msgstr "×××× ×××××"
+
+#: ../ui/main.ui.h:49
+msgid "Programmer"
+msgstr "×××××"
+
+#: ../ui/main.ui.h:50
+msgid "Burn Bootloader"
+msgstr "××××× ×××× ×××××"
+
+#: ../ui/main.ui.h:51
+msgid "_Help"
+msgstr "×_×××"
+
+#: ../ui/main.ui.h:52
+msgid "Reference"
+msgstr "×××××"
+
+#: ../ui/main.ui.h:53
+msgid "Compile"
+msgstr "×××××"
+
+#: ../ui/main.ui.h:55
+msgid "New"
+msgstr "×××"
+
+#: ../ui/main.ui.h:56
+msgid "Open"
+msgstr "×××××"
+
+#: ../ui/main.ui.h:57
+msgid "Save"
+msgstr "×××××"
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]