PortableObjectTemplate Files for ELF 32-bit LSB executables

For efforts in internationalising Puppy and solving problems in this area
Message
Author
User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

PortableObjectTemplate Files for ELF 32-bit LSB executables

#1 Post by L18L »

PortableObjectTemplate Files
This thread is trying to collect links to pot files which might be needed for translations.

.pot files for shell scripts have to be here only for the very rare case when momanager cannot create a .pot file.

Let us start with the files to which momanager has already access to (in /usr/share/doc/nls/):
# cd /usr/share/doc/nls
# ls | awk '{print $1}'
alsaconf
ffconvert
freememapplet_tray
grub4dosconfig
jwm
network_tray
notecase
powerapplet_tray
proxy-setup
retrovol
ROX-Filer
welcome1stboot
xarchive
#
Links for others in alphabetic order:

aqualung.pot
asunder.pot

chat program ayttm.pot in 8 languages (incl. en_GB :lol: ) new

gdmap.pot
geany.pot
glipper.pot

gtkam 25 languages new (found)

gtklp.pot
hardinfo.pot
isomaster.pot
lxpanel.pot
obconf.pot
openbox
osmo.pot
pupsnap.pot
pwallpaper.pot

Joe's tile.pot new

Xdialog.pot new

xfdiff.pot 46 languages
xsane.pot
ymount

Download the one you need (example: geany) to
/usr/share/doc/nls/geany/ (new directory)

The list will grow :)
But not automatically, you should post what you need additionally :wink:

Have fun :lol:
Last edited by L18L on Thu 30 May 2013, 11:19, edited 26 times in total.

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

PortableObjectTemplate Files

#2 Post by L18L »

aqualung added

created from source downloaded from
http://aqualung.factorial.hu/misc.html

Code: Select all

 xgettext --files-from=po/POTFILES.in --key=_ -o aqualung.pot

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

PortableObjectTemplate Files

#3 Post by L18L »

/usr/share/doc/nls/hardinfo/hardinfo.pot wrote:# 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.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: hardinfo 0.5.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-19 21:46+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"

#: shell/callbacks.c:71
#, c-format
msgid "Remote: <b>%s</b>"
msgstr ""

#: shell/callbacks.c:117
msgid "Disconnecting..."
msgstr ""

#: shell/callbacks.c:120
msgid "Unloading modules..."
msgstr ""

#: shell/callbacks.c:123
msgid "Loading local modules..."
msgstr ""

#: shell/callbacks.c:130 shell/callbacks.c:162 shell/shell.c:314
#: shell/shell.c:814 shell/shell.c:1796 modules/benchmark.c:431
#: modules/benchmark.c:439 hardinfo/util.c:1108
msgid "Done."
msgstr ""

#: shell/callbacks.c:142
msgid "Save Image"
msgstr ""

#: shell/callbacks.c:158
msgid "Saving image..."
msgstr ""

#: shell/callbacks.c:255
msgid "No context help available."
msgstr ""

#: shell/callbacks.c:337
#, c-format
msgid "%s Module"
msgstr ""

#: shell/callbacks.c:344
#, c-format
msgid ""
"Written by %s\n"
"Licensed under %s"
msgstr ""

#: shell/callbacks.c:358
#, c-format
msgid "No about information is associated with the %s module."
msgstr ""

#: shell/callbacks.c:372
msgid "Author:"
msgstr ""

#: shell/callbacks.c:375
msgid "Contributors:"
msgstr ""

#: shell/callbacks.c:379
msgid "Based on work by:"
msgstr ""

#: shell/callbacks.c:380
msgid "MD5 implementation by Colin Plumb (see md5.c for details)"
msgstr ""

#: shell/callbacks.c:381
msgid "SHA1 implementation by Steve Reid (see sha1.c for details)"
msgstr ""

#: shell/callbacks.c:382
msgid "Blowfish implementation by Paul Kocher (see blowfich.c for details)"
msgstr ""

#: shell/callbacks.c:383
msgid "Raytracing benchmark by John Walker (see fbench.c for details)"
msgstr ""

#: shell/callbacks.c:384
msgid "FFT benchmark by Scott Robert Ladd (see fftbench.c for details)"
msgstr ""

#: shell/callbacks.c:385
msgid "Some code partly based on x86cpucaps by Osamu Kayasono"
msgstr ""

#: shell/callbacks.c:386
msgid "Vendor list based on GtkSysInfo by Pissens Sebastien"
msgstr ""

#: shell/callbacks.c:387
msgid "DMI support based on code by Stewart Adam"
msgstr ""

#: shell/callbacks.c:388
msgid "SCSI support based on code by Pascal F. Martin"
msgstr ""

#: shell/callbacks.c:389
msgid "i18n support based on code by Sergey Rodin"
msgstr ""

#: shell/callbacks.c:393
msgid "Jakub Szypulka"
msgstr ""

#: shell/callbacks.c:394
msgid "Tango Project"
msgstr ""

#: shell/callbacks.c:395
msgid "The GNOME Project"
msgstr ""

#: shell/callbacks.c:396
msgid "VMWare, Inc. (USB icon from VMWare Workstation 6)"
msgstr ""

#: shell/callbacks.c:407
msgid "System information and benchmark tool"
msgstr ""

#: shell/callbacks.c:412
msgid ""
"HardInfo is free software; you can redistribute it and/or modify it under "
"the terms of the GNU General Public License as published by the Free "
"Software Foundation, version 2.\n"
"\n"
"This program is distributed in the hope that it will be useful, but WITHOUT "
"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for "
"more details.\n"
"\n"
"You should have received a copy of the GNU General Public License along with "
"this program; if not, write to the Free Software Foundation, Inc., 51 "
"Franklin St, Fifth Floor, Boston, MA 02110-1301 USA"
msgstr ""

#: shell/menu.c:35
msgid "_Information"
msgstr ""

#: shell/menu.c:36
msgid "_Remote"
msgstr ""

#: shell/menu.c:37
msgid "_View"
msgstr ""

#: shell/menu.c:38
msgid "_Help"
msgstr ""

#: shell/menu.c:39
msgid "About _Modules"
msgstr ""

#: shell/menu.c:43
msgid "Generate _Report"
msgstr ""

#: shell/menu.c:48
msgid "_Network Updater..."
msgstr ""

#: shell/menu.c:53
msgid "_Open..."
msgstr ""

#: shell/menu.c:58
msgid "_Connect to..."
msgstr ""

#: shell/menu.c:63
msgid "_Manage hosts..."
msgstr ""

#: shell/menu.c:68
msgid "_Local computer"
msgstr ""

#: shell/menu.c:73
msgid "_Copy to Clipboard"
msgstr ""

#: shell/menu.c:74
msgid "Copy to clipboard"
msgstr ""

#: shell/menu.c:78
msgid "_Save image as..."
msgstr ""

#: shell/menu.c:83
msgid "_Refresh"
msgstr ""

#: shell/menu.c:88
msgid "Contents"
msgstr ""

#: shell/menu.c:93 shell/shell.c:1790 shell/shell.c:1807
msgid "Context help"
msgstr ""

#: shell/menu.c:98
msgid "_Open HardInfo Web Site"
msgstr ""

#: shell/menu.c:103
msgid "_Report bug"
msgstr ""

#: shell/menu.c:108
msgid "_Donate to the project"
msgstr ""

#: shell/menu.c:113
msgid "_About HardInfo"
msgstr ""

#: shell/menu.c:114
msgid "Displays program version information"
msgstr ""

#: shell/menu.c:118
msgid "_Quit"
msgstr ""

#: shell/menu.c:125
msgid "_Side Pane"
msgstr ""

#: shell/menu.c:126
msgid "Toggles side pane visibility"
msgstr ""

#: shell/menu.c:129
msgid "_Toolbar"
msgstr ""

#: shell/menu.c:133
msgid "_Accept connections"
msgstr ""

#: shell/report.c:492
msgid "Save File"
msgstr ""

#: shell/report.c:616
msgid "Cannot create ReportContext. Programming bug?"
msgstr ""

#: shell/report.c:634
msgid "Open the report with your web browser?"
msgstr ""

#: shell/report.c:662
msgid "Generating report..."
msgstr ""

#: shell/report.c:672
msgid "Report saved."
msgstr ""

#: shell/report.c:674
msgid "Error while creating the report."
msgstr ""

#: shell/report.c:776
msgid "Generate Report"
msgstr ""

#: shell/report.c:793
msgid ""
"<big><b>Generate Report</b></big>\n"
"Please choose the information that you wish to view in your report:"
msgstr ""

#: shell/report.c:853
msgid "Select _None"
msgstr ""

#: shell/report.c:860
msgid "Select _All"
msgstr ""

#: shell/report.c:878
msgid "_Generate"
msgstr ""

#: shell/shell.c:407
#, c-format
msgid "%s - System Information"
msgstr ""

#: shell/shell.c:412
msgid "System Information"
msgstr ""

#: shell/shell.c:801
msgid "Loading modules..."
msgstr ""

#: shell/shell.c:1650
#, c-format
msgid "<b>%s → Summary</b>"
msgstr ""

#: shell/shell.c:1758
msgid "Updating..."
msgstr ""

#: shell/syncmanager.c:69
msgid ""
"<big><b>Synchronize with Central Database</b></big>\n"
"The following information may be synchronized with the HardInfo central "
"database."
msgstr ""

#: shell/syncmanager.c:72
msgid ""
"<big><b>Synchronizing</b></big>\n"
"This may take some time."
msgstr ""

#: shell/syncmanager.c:132
msgid ""
"HardInfo was compiled without libsoup support. (Network Updater requires it.)"
msgstr ""

#: shell/syncmanager.c:161 shell/syncmanager.c:185
#, c-format
msgid "%s (error #%d)"
msgstr ""

#: shell/syncmanager.c:170 shell/syncmanager.c:194
msgid "Could not parse XML-RPC response"
msgstr ""

#: shell/syncmanager.c:267
#, c-format
msgid ""
"Server says it supports API version %d, but this version of HardInfo only "
"supports API version %d."
msgstr ""

#: shell/syncmanager.c:362
msgid "Contacting HardInfo Central Database"
msgstr ""

#: shell/syncmanager.c:363
msgid "Cleaning up"
msgstr ""

#: shell/syncmanager.c:480
#, c-format
msgid "<s>%s</s> <i>(canceled)</i>"
msgstr ""

#: shell/syncmanager.c:497
#, c-format
msgid "<b><s>%s</s></b> <i>(failed)</i>"
msgstr ""

#: shell/syncmanager.c:509
#, c-format
msgid ""
"Failed while performing "%s". Please file a bug report if this problem "
"persists. (Use the Help→Report bug option.)\n"
"\n"
"Details: %s"
msgstr ""

#: shell/syncmanager.c:518
#, c-format
msgid ""
"Failed while performing "%s". Please file a bug report if this problem "
"persists. (Use the Help→Report bug option.)"
msgstr ""

#: shell/syncmanager.c:646
msgid "Network Updater"
msgstr ""

#: shell/syncmanager.c:727
msgid "_Synchronize"
msgstr ""

#: modules/benchmark.c:50
msgid "CPU Blowfish"
msgstr ""

#: modules/benchmark.c:51
msgid "CPU CryptoHash"
msgstr ""

#: modules/benchmark.c:52
msgid "CPU Fibonacci"
msgstr ""

#: modules/benchmark.c:53
msgid "CPU N-Queens"
msgstr ""

#: modules/benchmark.c:54
msgid "FPU FFT"
msgstr ""

#: modules/benchmark.c:55
msgid "FPU Raytracing"
msgstr ""

#: modules/benchmark.c:56
msgid "GPU Drawing"
msgstr ""

#: modules/benchmark.c:222
#, c-format
msgid ""
"[$ShellParam$]\n"
"Zebra=1\n"
"OrderType=%d\n"
"ViewType=3\n"
"ColumnTitle$Extra1=CPU Clock\n"
"ColumnTitle$Progress=Results\n"
"ColumnTitle$TextValue=CPU\n"
"ShowColumnHeaders=true\n"
"[%s]\n"
"<big><b>This Machine</b></big>=%.3f|%s MHz\n"
"%s"
msgstr ""

#: modules/benchmark.c:235
#, c-format
msgid ""
"[$ShellParam$]\n"
"Zebra=1\n"
"OrderType=%d\n"
"ViewType=3\n"
"ColumnTitle$Extra1=CPU Clock\n"
"ColumnTitle$Progress=Results\n"
"ColumnTitle$TextValue=CPU\n"
"ShowColumnHeaders=true\n"
"[%s]\n"
"%s"
msgstr ""

#: modules/benchmark.c:363
#, c-format
msgid "Benchmarking: <b>%s</b>."
msgstr ""

#: modules/benchmark.c:377
msgid "Benchmarking. Please do not move your mouse or press any keys."
msgstr ""

#: modules/benchmark.c:381
msgid "Cancel"
msgstr ""

#: modules/benchmark.c:511
msgid "Results in MiB/second. Higher is better."
msgstr ""

#: modules/benchmark.c:514
msgid "Results in HIMarks. Higher is better."
msgstr ""

#: modules/benchmark.c:521
msgid "Results in seconds. Lower is better."
msgstr ""

#: modules/benchmark.c:529
msgid "Benchmarks"
msgstr ""

#: modules/benchmark.c:547
msgid "Perform tasks and compare with other systems"
msgstr ""

#: modules/benchmark.c:634
msgid "Send benchmark results"
msgstr ""

#: modules/benchmark.c:639
msgid "Receive benchmark results"
msgstr ""

#: modules/computer.c:68
msgid "Summary"
msgstr ""

#: modules/computer.c:69
msgid "Operating System"
msgstr ""

#: modules/computer.c:70
msgid "Kernel Modules"
msgstr ""

#: modules/computer.c:71
msgid "Boots"
msgstr ""

#: modules/computer.c:72
msgid "Languages"
msgstr ""

#: modules/computer.c:73
msgid "Filesystems"
msgstr ""

#: modules/computer.c:74
msgid "Display"
msgstr ""

#: modules/computer.c:75
msgid "Environment Variables"
msgstr ""

#: modules/computer.c:77
msgid "Development"
msgstr ""

#: modules/computer.c:79
msgid "Users"
msgstr ""

#: modules/computer.c:80
msgid "Groups"
msgstr ""

#: modules/computer.c:104
#, c-format
msgid "%dMB (%dMB used)"
msgstr ""

#: modules/computer.c:202
msgid "Scripting Languages"
msgstr ""

#: modules/computer.c:203
msgid "CPython"
msgstr ""

#: modules/computer.c:204
msgid "Perl"
msgstr ""

#: modules/computer.c:205
msgid "PHP"
msgstr ""

#: modules/computer.c:206
msgid "Ruby"
msgstr ""

#: modules/computer.c:207
msgid "Bash"
msgstr ""

#: modules/computer.c:208
msgid "Compilers"
msgstr ""

#: modules/computer.c:209
msgid "C (GCC)"
msgstr ""

#: modules/computer.c:210
msgid "Java"
msgstr ""

#: modules/computer.c:211
msgid "CSharp (Mono, old)"
msgstr ""

#: modules/computer.c:212
msgid "CSharp (Mono)"
msgstr ""

#: modules/computer.c:213
msgid "Vala"
msgstr ""

#: modules/computer.c:214
msgid "Haskell (GHC)"
msgstr ""

#: modules/computer.c:215
msgid "FreePascal"
msgstr ""

#: modules/computer.c:216
msgid "Tools"
msgstr ""

#: modules/computer.c:264
#, c-format
msgid "%s=Not found\n"
msgstr ""

#: modules/computer.c:267
#, c-format
msgid "Detecting version: %s"
msgstr ""

#: modules/computer.c:278
#, c-format
msgid ""
"[$ShellParam$]\n"
"ColumnTitle$TextValue=Program\n"
"ColumnTitle$Value=Version\n"
"ShowColumnHeaders=true\n"
"%s"
msgstr ""

#: modules/computer.c:358
msgid "Physical machine"
msgstr ""

#: modules/computer.c:375
#, c-format
msgid ""
"[$ShellParam$]\n"
"UpdateInterval$Memory=1000\n"
"UpdateInterval$Date/Time=1000\n"
"#ReloadInterval=5000\n"
"[Computer]\n"
"Processor=%s\n"
"Memory=...\n"
"Machine Type=%s\n"
"Operating System=%s\n"
"User Name=%s\n"
"Date/Time=...\n"
"[Display]\n"
"Resolution=%dx%d pixels\n"
"OpenGL Renderer=%s\n"
"X11 Vendor=%s\n"
"\n"
"%s\n"
"[Input Devices]\n"
"%s\n"
"\n"
"%s\n"
"\n"
"%s\n"
msgstr ""

#: modules/computer.c:417
#, c-format
msgid ""
"[$ShellParam$]\n"
"UpdateInterval$Uptime=10000\n"
"UpdateInterval$Load Average=1000\n"
"[Version]\n"
"Kernel=%s\n"
"Version=%s\n"
"C Library=%s\n"
"Distribution=%s\n"
"[Current Session]\n"
"Computer Name=%s\n"
"User Name=%s\n"
"#Language=%s\n"
"Home Directory=%s\n"
"Desktop Environment=%s\n"
"[Misc]\n"
"Uptime=...\n"
"Load Average=..."
msgstr ""

#: modules/computer.c:446
#, c-format
msgid ""
"[Loaded Modules]\n"
"%s[$ShellParam$]\n"
"ViewType=1\n"
"ColumnTitle$TextValue=Name\n"
"ColumnTitle$Value=Description\n"
"ShowColumnHeaders=true\n"
msgstr ""

#: modules/computer.c:457
#, c-format
msgid ""
"[$ShellParam$]\n"
"ColumnTitle$TextValue=Date & Time\n"
"ColumnTitle$Value=Kernel Version\n"
"ShowColumnHeaders=true\n"
"\n"
"%s"
msgstr ""

#: modules/computer.c:467
#, c-format
msgid ""
"[$ShellParam$]\n"
"ViewType=1\n"
"ColumnTitle$TextValue=Language Code\n"
"ColumnTitle$Value=Name\n"
"ShowColumnHeaders=true\n"
"[Available Languages]\n"
"%s"
msgstr ""

#: modules/computer.c:478
#, c-format
msgid ""
"[$ShellParam$]\n"
"ViewType=4\n"
"ReloadInterval=5000\n"
"Zebra=1\n"
"NormalizePercentage=false\n"
"ColumnTitle$Extra1=Mount Point\n"
"ColumnTitle$Progress=Usage\n"
"ColumnTitle$TextValue=Device\n"
"ShowColumnHeaders=true\n"
"[Mounted File Systems]\n"
"%s\n"
msgstr ""

#: modules/computer.c:492
#, c-format
msgid ""
"[Display]\n"
"Resolution=%dx%d pixels\n"
"Vendor=%s\n"
"Version=%s\n"
"[Monitors]\n"
"%s[Extensions]\n"
"%s[OpenGL]\n"
"Vendor=%s\n"
"Renderer=%s\n"
"Version=%s\n"
"Direct Rendering=%s\n"
msgstr ""

#: modules/computer.c:514 modules/devices/printers.c:138
msgid "Yes"
msgstr ""

#: modules/computer.c:514 modules/devices/printers.c:138
msgid "No"
msgstr ""

#: modules/computer.c:528
#, c-format
msgid ""
"[$ShellParam$]\n"
"ReloadInterval=10000\n"
"ColumnTitle$TextValue=Name\n"
"ColumnTitle$Value=Group ID\n"
"ShowColumnHeaders=true\n"
"[Groups]\n"
"%s\n"
msgstr ""

#: modules/computer.c:608
msgid "Computer"
msgstr ""

#: modules/computer.c:625
msgid ""
"[Operating System]\n"
"Icon=os.png\n"
"Method=computer::getOS\n"
"[CPU]\n"
"Icon=processor.png\n"
"Method=devices::getProcessorName\n"
"[RAM]\n"
"Icon=memory.png\n"
"Method=devices::getMemoryTotal\n"
"[Motherboard]\n"
"Icon=module.png\n"
"Method=devices::getMotherboard\n"
"[Graphics]\n"
"Icon=monitor.png\n"
"Method=computer::getDisplaySummary\n"
"[Storage]\n"
"Icon=hdd.png\n"
"Method=devices::getStorageDevices\n"
"[Printers]\n"
"Icon=printer.png\n"
"Method=devices::getPrinters\n"
"[Audio]\n"
"Icon=audio.png\n"
"Method=computer::getAudioCards\n"
msgstr ""

#: modules/computer.c:702
msgid "Gathers high-level computer information"
msgstr ""

#: modules/devices.c:74
msgid "Processor"
msgstr ""

#: modules/devices.c:75
msgid "Memory"
msgstr ""

#: modules/devices.c:76
msgid "PCI Devices"
msgstr ""

#: modules/devices.c:77
msgid "USB Devices"
msgstr ""

#: modules/devices.c:78
msgid "Printers"
msgstr ""

#: modules/devices.c:79
msgid "Battery"
msgstr ""

#: modules/devices.c:80
msgid "Sensors"
msgstr ""

#: modules/devices.c:81
msgid "Input Devices"
msgstr ""

#: modules/devices.c:82
msgid "Storage"
msgstr ""

#: modules/devices.c:84
msgid "DMI"
msgstr ""

#: modules/devices.c:85
msgid "Memory SPD"
msgstr ""

#: modules/devices.c:87
msgid "Resources"
msgstr ""

#: modules/devices.c:154 modules/devices.c:197 modules/devices/printers.c:99
#: modules/devices/printers.c:106 modules/devices/printers.c:116
#: modules/devices/printers.c:131 modules/devices/printers.c:140
#: modules/devices/printers.c:243 modules/computer/os.c:53
#: modules/computer/os.c:130
msgid "Unknown"
msgstr ""

#: modules/devices.c:193
msgid " (vendor unknown)"
msgstr ""

#: modules/devices.c:195
msgid " (model unknown)"
msgstr ""

#: modules/devices.c:412
msgid "Devices"
msgstr ""

#: modules/devices.c:424
msgid "Update PCI ID listing"
msgstr ""

#: modules/devices.c:436
msgid "Update CPU feature database"
msgstr ""

#: modules/devices.c:464
msgid "Gathers information about hardware devices"
msgstr ""

#: modules/network.c:59
msgid "Interfaces"
msgstr ""

#: modules/network.c:60
msgid "IP Connections"
msgstr ""

#: modules/network.c:61
msgid "Routing Table"
msgstr ""

#: modules/network.c:62
msgid "ARP Table"
msgstr ""

#: modules/network.c:63
msgid "DNS Servers"
msgstr ""

#: modules/network.c:64
msgid "Statistics"
msgstr ""

#: modules/network.c:65
msgid "Shared Directories"
msgstr ""

#: modules/network.c:300
#, c-format
msgid ""
"[ARP Table]\n"
"%s\n"
"[$ShellParam$]\n"
"ReloadInterval=3000\n"
"ColumnTitle$TextValue=IP Address\n"
"ColumnTitle$Value=Interface\n"
"ColumnTitle$Extra1=MAC Address\n"
"ShowColumnHeaders=true\n"
msgstr ""

#: modules/network.c:321
#, c-format
msgid ""
"[Name servers]\n"
"%s\n"
"[$ShellParam$]\n"
"ColumnTitle$TextValue=IP Address\n"
"ColumnTitle$Value=Name\n"
"ShowColumnHeaders=true\n"
msgstr ""

#: modules/network.c:331
#, c-format
msgid ""
"[Connections]\n"
"%s\n"
"[$ShellParam$]\n"
"ReloadInterval=3000\n"
"ColumnTitle$TextValue=Local Address\n"
"ColumnTitle$Value=Protocol\n"
"ColumnTitle$Extra1=Foreign Address\n"
"ColumnTitle$Extra2=State\n"
"ShowColumnHeaders=true\n"
msgstr ""

#: modules/network.c:345
#, c-format
msgid ""
"%s\n"
"[$ShellParam$]\n"
"ReloadInterval=3000\n"
"ViewType=1\n"
"ColumnTitle$TextValue=Interface\n"
"ColumnTitle$Value=IP Address\n"
"ColumnTitle$Extra1=Sent\n"
"ColumnTitle$Extra2=Received\n"
"ShowColumnHeaders=true\n"
"%s"
msgstr ""

#: modules/network.c:361
#, c-format
msgid ""
"[IP routing table]\n"
"%s\n"
"[$ShellParam$]\n"
"ViewType=0\n"
"ReloadInterval=3000\n"
"ColumnTitle$TextValue=Destination / Gateway\n"
"ColumnTitle$Value=Interface\n"
"ColumnTitle$Extra1=Flags\n"
"ColumnTitle$Extra2=Mask\n"
"ShowColumnHeaders=true\n"
msgstr ""

#: modules/network.c:399
msgid "Network"
msgstr ""

#: modules/network.c:432
msgid "Gathers information about this computer's network connection"
msgstr ""

#: modules/computer/alsa.c:26
msgid "[Audio Devices]\n"
msgstr ""

#: modules/computer/alsa.c:33
#, c-format
msgid "Audio Adapter#%d=%s\n"
msgstr ""

#: modules/computer/boots.c:33
msgid "[Boots]\n"
msgstr ""

#: modules/computer/uptime.c:56 modules/computer/uptime.c:61
#: modules/computer/uptime.c:69 hardinfo/util.c:102 hardinfo/util.c:106
#: hardinfo/util.c:112
#, c-format
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] ""
msgstr[1] ""

#: modules/computer/uptime.c:60 modules/computer/uptime.c:68
#: hardinfo/util.c:105 hardinfo/util.c:111
#, c-format
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] ""
msgstr[1] ""

#: modules/computer/uptime.c:67 hardinfo/util.c:110
#, c-format
msgid "%d day"
msgid_plural "%d days"
msgstr[0] ""
msgstr[1] ""

#: modules/computer/display.c:83
msgid "vendor string"
msgstr ""

#: modules/computer/display.c:84
msgid "X.Org version"
msgstr ""

#: modules/computer/display.c:85
msgid "XFree86 version"
msgstr ""

#: modules/computer/display.c:122
#, c-format
msgid "Monitor %d=%dx%d pixels\n"
msgstr ""

#: modules/computer/environment.c:32
msgid "[Environment Variables]\n"
msgstr ""

#: hardinfo/util.c:109
#, c-format
msgid "%s, %s and %s"
msgstr ""

#: hardinfo/util.c:118
#, c-format
msgid "%.1f B"
msgstr ""

#: hardinfo/util.c:120
#, c-format
msgid "%.1f KiB"
msgstr ""

#: hardinfo/util.c:122
#, c-format
msgid "%.1f MiB"
msgstr ""

#: hardinfo/util.c:124
#, c-format
msgid "%.1f GiB"
msgstr ""

#: hardinfo/util.c:338
msgid "Error"
msgstr ""

#: hardinfo/util.c:338 hardinfo/util.c:354
msgid "Warning"
msgstr ""

#: hardinfo/util.c:353
msgid "Fatal Error"
msgstr ""

#: hardinfo/util.c:378
msgid "creates a report and prints to standard output"
msgstr ""

#: hardinfo/util.c:384
msgid "chooses a report format (text, html)"
msgstr ""

#: hardinfo/util.c:390
msgid "run benchmark; requires benchmark.so to be loaded"
msgstr ""

#: hardinfo/util.c:396
msgid "lists modules"
msgstr ""

#: hardinfo/util.c:402
msgid "specify module to load"
msgstr ""

#: hardinfo/util.c:408
msgid "automatically load module dependencies"
msgstr ""

#: hardinfo/util.c:415
msgid "run in XML-RPC server mode"
msgstr ""

#: hardinfo/util.c:422
msgid "shows program version and quit"
msgstr ""

#: hardinfo/util.c:427
msgid "- System Profiler and Benchmark tool"
msgstr ""

#: hardinfo/util.c:437
#, c-format
msgid ""
"Unrecognized arguments.\n"
"Try ``%s --help'' for more information.\n"
msgstr ""

#: hardinfo/util.c:503
#, c-format
msgid "Couldn't find a Web browser to open URL %s."
msgstr ""

#: hardinfo/util.c:850
#, c-format
msgid "Module "%s" depends on module "%s", load it?"
msgstr ""

#: hardinfo/util.c:873
#, c-format
msgid "Module "%s" depends on module "%s"."
msgstr ""

#: hardinfo/util.c:918
#, c-format
msgid "No module could be loaded. Check permissions on "%s" and try again."
msgstr ""

#: hardinfo/util.c:922
msgid ""
"No module could be loaded. Please use hardinfo -l to list all available "
"modules and try again with a valid module list."
msgstr ""

#: hardinfo/util.c:1098
#, c-format
msgid "Scanning: %s..."
msgstr ""

#: modules/devices/x86/processor.c:145
msgid "Cache information not available=\n"
msgstr ""

#: modules/devices/x86/processor.c:484
#, c-format
msgid ""
"[Processor]\n"
"Name=%s\n"
"Family, model, stepping=%d, %d, %d (%s)\n"
"Vendor=%s\n"
"[Configuration]\n"
"Cache Size=%dkb\n"
"Frequency=%.2fMHz\n"
"BogoMIPS=%.2f\n"
"Byte Order=%s\n"
"[Features]\n"
"FDIV Bug=%s\n"
"HLT Bug=%s\n"
"F00F Bug=%s\n"
"Coma Bug=%s\n"
"Has FPU=%s\n"
"[Cache]\n"
"%s\n"
"[Capabilities]\n"
"%s"
msgstr ""

#: modules/devices/x86/processor.c:542
#, c-format
msgid "%s$CPU%d$%s=%.2fMHz\n"
msgstr ""

#: modules/devices/printers.c:81
msgid "⚬ Can do black and white printing=\n"
msgstr ""

#: modules/devices/printers.c:83
msgid "⚬ Can do color printing=\n"
msgstr ""

#: modules/devices/printers.c:85
msgid "⚬ Can do duplexing=\n"
msgstr ""

#: modules/devices/printers.c:87
msgid "⚬ Can do staple output=\n"
msgstr ""

#: modules/devices/printers.c:89
msgid "⚬ Can do copies=\n"
msgstr ""

#: modules/devices/printers.c:91
msgid "⚬ Can collate copies=\n"
msgstr ""

#: modules/devices/printers.c:93
msgid "⚬ Printer is rejecting jobs=\n"
msgstr ""

#: modules/devices/printers.c:95
msgid "⚬ Printer was automatically discovered and added=\n"
msgstr ""

#: modules/devices/printers.c:110
msgid "Idle"
msgstr ""

#: modules/devices/printers.c:112
msgid "Printing a Job"
msgstr ""

#: modules/devices/printers.c:114
msgid "Stopped"
msgstr ""

#: modules/devices/printers.c:190
msgid ""
"[Printers]\n"
"No suitable CUPS library found="
msgstr ""

#: modules/devices/printers.c:200
msgid "[Printers (CUPS)]\n"
msgstr ""

#: modules/devices/printers.c:263
msgid ""
"[Printers]\n"
"No printers found=\n"
msgstr ""

#: modules/computer/os.c:49
#, c-format
msgid "GNU C Library version %s (%sstable)"
msgstr ""

#: modules/computer/os.c:51
msgid "un"
msgstr ""

#: modules/computer/os.c:72
#, c-format
msgid "Version: %s"
msgstr ""

#: modules/computer/os.c:106
msgid "Terminal"
msgstr ""

#: modules/computer/os.c:126
#, c-format
msgid "Unknown (Window Manager: %s)"
msgstr ""

#: modules/computer/os.c:166
msgid "Unknown distribution"
msgstr ""

#: modules/devices/battery.c:181
#, c-format
msgid ""
"\n"
"[Battery: %s]\n"
"State=%s (load: %s)\n"
"Capacity=%s / %s (%.2f%%)\n"
"Battery Technology=%s (%s)\n"
"Manufacturer=%s\n"
"Model Number=%s\n"
"Serial Number=%s\n"
msgstr ""

#: modules/devices/battery.c:266
#, c-format
msgid ""
"\n"
"[Battery (APM)]\n"
"Charge=%d%%\n"
"Remaining Charge=%s of %s\n"
"Using=%s\n"
"APM driver version=%s\n"
"APM BIOS version=%s\n"
msgstr ""

#: modules/devices/battery.c:278
#, c-format
msgid ""
"\n"
"[Battery (APM)]\n"
"Charge=%d%%\n"
"Using=%s\n"
"APM driver version=%s\n"
"APM BIOS version=%s\n"
msgstr ""

#: modules/devices/battery.c:304
msgid ""
"[No batteries]\n"
"No batteries found on this system=\n"
msgstr ""

#: modules/devices/storage.c:46
msgid ""
"\n"
"[SCSI Disks]\n"
msgstr ""

#: modules/devices/storage.c:110 modules/devices/storage.c:297
#, c-format
msgid ""
"[Device Information]\n"
"Model=%s\n"
msgstr ""

#: modules/devices/storage.c:115 modules/devices/storage.c:304
#, c-format
msgid "Vendor=%s (%s)\n"
msgstr ""

#: modules/devices/storage.c:120 modules/devices/storage.c:309
#, c-format
msgid "Vendor=%s\n"
msgstr ""

#: modules/devices/storage.c:125
#, c-format
msgid ""
"Type=%s\n"
"Revision=%s\n"
"[SCSI Controller]\n"
"Controller=scsi%d\n"
"Channel=%d\n"
"ID=%d\n"
"LUN=%d\n"
msgstr ""

#: modules/devices/storage.c:169
msgid ""
"\n"
"[IDE Disks]\n"
msgstr ""

#: modules/devices/storage.c:242
#, c-format
msgid "Driver=%s\n"
msgstr ""

#: modules/devices/storage.c:314
#, c-format
msgid ""
"Device Name=hd%c\n"
"Media=%s\n"
"Cache=%dkb\n"
msgstr ""

#: modules/devices/storage.c:329
#, c-format
msgid ""
"[Geometry]\n"
"Physical=%s\n"
"Logical=%s\n"
msgstr ""

#: modules/devices/storage.c:341
#, c-format
msgid ""
"[Capabilities]\n"
"%s"
msgstr ""

#: modules/devices/storage.c:348
#, c-format
msgid ""
"[Speeds]\n"
"%s"
msgstr ""
updated 2013-02-22 16:25 CET
Last edited by L18L on Fri 22 Feb 2013, 15:18, edited 1 time in total.

User avatar
vicmz
Posts: 1262
Joined: Sun 15 Jan 2012, 22:47

#4 Post by vicmz »

Here's the PupSnap 1.8 .pot file

A question: if a new version of a program is released, will Momanager update its old .pot file?

***EDIT***

PupControl .pot attached, too.
Attachments
pupcontrol-pot-file.tar.gz
(6.84 KiB) Downloaded 959 times
pupsnap-1.8-pot-file.tar.gz
copy to /usr/share/doc/nls/pupsnap/ (create the pupsnap folder first)
(2.12 KiB) Downloaded 973 times
[url=http://murga-linux.com/puppy/viewtopic.php?t=76948]Puppy Linux en español[/url]

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

PortableObjectTemplate Files

#5 Post by L18L »

vicmz wrote:Here's the PupSnap 1.8 .pot file
Thank you :)
vicmz wrote:A question: if a new version of a program is released, will Momanager update its old .pot file?
momanager will always try to update that is:
- use xgettext for creating the .pot
- use msginit for creating an empty .po
- use msgmerge to merge translations from existing .mo

momanager cannot create .pot:
- binary executables, ex: retrovol, ...
- mystery shelll scripts, ex: alsaconf, pupsnap, ....
Thus app.pot files for these "mystery scripts" and binaries have to be provided in /usr/share/doc/nls/app/

Do not provide .pot for scripts which momanager can create .pot files for!
Or you would always have to provide updated .pot files (and waste space world wide :oops: )

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

PortableObjectTemplate Files

#6 Post by L18L »

I have compiled glipper-0.95-1
and used de.po (others included in source package are: fr and ru)

My binary is 155 k :oops:

So we have to wait for a better compiler :wink:
<edit 2013-03-15> see http://www.murga-linux.com/puppy/viewto ... 2&start=11 :D </edit>

Thus this here is just a teaser
Attachments
glipper.png
other &quot;ready to use&quot; translations:
fr
ru
only
(29.63 KiB) Downloaded 1724 times
Last edited by L18L on Sat 16 Mar 2013, 14:25, edited 3 times in total.

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

hardinfo

#7 Post by L18L »

hardinfo.pot updated here
to fit rodin.s's work, see http://www.murga-linux.com/puppy/viewto ... 4&start=30

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

PortableObjectTemplate Files

#8 Post by L18L »

scanning images with scanner
For XSane there are already maintained translations for: brasilian-portuguese, chines, czech, danish, dutch, french, german, hungarian, italian, japanese, portuguese, russian, romanian, slovak, spanish, turkish, vietnamese .
The following translations are currently unmaintained, if you are interested in keeping it up to date then please contact me: slowenian, swedish, serbian .
quoted from from http://www.xsane.org/xsane-l10n.html
Attached is xsane.pot.gz

Code: Select all

gunzip xsane.pot.gz
will unzip it to xsane.pot
Attachments
xsane.pot.gz
gunzip this file
(13.21 KiB) Downloaded 975 times

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

PortableObjectTemplate Files

#9 Post by L18L »

"POT-Creation-Date: 2010-03-15 22:54+0100\n"
In the german osmo.po I have found many
#fuzzy
which had not been neither checked nor corrected.

That's why I have downloaded osmo.pot (from the sources)
to (new) directory /usr/share/doc/nls/osmo/

Now my momanager will be able to update my osmo.mo

-----
found from link in running osmo:
https://osmo-pim.svn.sourceforge.net/sv ... o/osmo.pot has
"POT-Creation-Date: 2011-04-08 23:20+0200\n"

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

gtklp

#10 Post by L18L »

1 gtklp.mo for gtkLP and gtkLPQ

gtklp.pot added to list of pot files in 1st post

also available on http://gtklp.sirtobi.com/download.shtml
danish translation
russian man pages :wink:

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

pwallpaper

#11 Post by L18L »

C source file pwallpaper.c attached as pwallpaper.c.gz

compile:

Code: Select all

gcc -o /usr/sbin/pwallpaper pwallpaper.c `pkg-config --libs --cflags gtk+-2.0`
create pwallpaper.pot:

Code: Select all

xgettext -d pwallpaper -s -o pwallpaper.pot --keyword=_ pwallpaper.c
mkdir /usr/share/doc/nls/pwallpaper
mv pwallpaper.pot /usr/share/doc/nls/pwallpaper/
You can translate pwallpaper in momanager now.

Have fun :)
Attachments
pwallpaper_i18n.png
(47.95 KiB) Downloaded 1609 times
pwallpaper.c.gz
remove fake .gz
(12.63 KiB) Downloaded 1104 times

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

Re: PortableObjectTemplate Files

#12 Post by L18L »

L18L wrote:I have compiled glipper-0.95-1
and used de.po (others included in source package are: fr and ru)

My binary is 155 k :oops:

So we have to wait for a better compiler :wink:

Thus this here is just a teaser
Now compiled 22k (thanks technosaurus)

glipper.pot created by:

Code: Select all

xgettext --keyword=_ -o glipper.pot *.c
from technosaurus' version at
http://www.murga-linux.com/puppy/viewto ... 5&start=36

Anyhow, glipper is attached as glipper.gz and here is pot file:
/usr/share/doc/nls/glipper/gler.pot wrote:# 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.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: glipper 0.95.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-03-16 14:39+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: main.c:166
msgid ""
"This entry was copied with ctrl+c.\n"
"It can be pasted with ctrl+v."
msgstr ""

#: main.c:200
#, c-format
msgid "Glipper - Clipboardmanager (%s)"
msgstr ""

#: main.c:219
msgid "<No Content>"
msgstr ""

#: main.c:229
msgid ""
"This is the last element to be copied.\n"
"It can be pasted with the middle mouse button."
msgstr ""

#: main.c:270 main.c:626
#, c-format
msgid ""
"Glipper (%s)\n"
"Clipboardmanager"
msgstr ""

#: main.c:369
msgid "Glipper Preferences"
msgstr ""

#: main.c:379
msgid "<b>Limits</b>"
msgstr ""

#: main.c:395
msgid "Amount of entries in history:"
msgstr ""

#: main.c:401
msgid "Length of one history entry:"
msgstr ""

#: main.c:421
msgid "<b>Clipboards</b>"
msgstr ""

#: main.c:431
msgid "Which clipboards should be managed by Glipper?"
msgstr ""

#: main.c:444
msgid "Select - Mark/middle mouse button"
msgstr ""

#: main.c:448
msgid "Copy - Ctrl+C/Ctrl+V"
msgstr ""

#: main.c:453
msgid "<b>Behaviour</b>"
msgstr ""

#: main.c:467
msgid "Tag Ctrl+C clipboard's content in history (bold)"
msgstr ""

#: main.c:471
msgid "Save history"
msgstr ""

#: main.c:479
msgid "Key combination for popup: "
msgstr ""

#: main.c:655
msgid "translator-credits"
msgstr ""

#: main.c:658
msgid "Clipboardmanager for Gnome"
msgstr ""
Attachments
glipper.gz
gunzip glipper.gz
move to /usr/local/bin/
(10.18 KiB) Downloaded 1157 times

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

gdmap

#13 Post by L18L »

Sorry, there is no direct link to gdmap.pot on the web.
If your language is one of
bg de dk es fr he hr it nb no ru sv tr
then you can download source of gdmap from
http://gdmap.cvs.sourceforge.net/viewvc ... /?view=tar
and extract from po directory.

For other languages:

Code: Select all

mkdir /usr/share/doc/nls/gdmap
Dowload attached gdmap.pot.gz
gunzip it (just 1 click)
copy gdmap.pot to /usr/share/doc/nls/gdmap/
make your translation using momanager

Have fun :)
Attachments
gdmap.pot.gz
gunzip it
(one click
or
gunzip gdmap.pot.gz
)
(1.24 KiB) Downloaded 1151 times

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

PortableObjectTemplate Files for ELF 32-bit LSB executables

#14 Post by L18L »

Found in Barry's sources:
http://bkhome.org/sources/alphabetical/ ... 5.0.tar.gz
translations for 46 languages!

Some of them are:
Name=Xffm Patch manager
Name[hu]=Xffm foltkezelő
Name[ja]=Xffm パッ
Attachments
xfdiff.pot.gz
usage: see above note
(10.01 KiB) Downloaded 1114 times

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

tile.pot

#15 Post by L18L »

/usr/share/doc/nls/tile/tile.pot wrote:# 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.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: tile VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-04-24 16:59+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: tile.c:47
msgid "/_Game"
msgstr ""

#: tile.c:48
msgid "/_Game/_New Game"
msgstr ""

#: tile.c:49
msgid "/_Game/_Quit"
msgstr ""

#: tile.c:50
msgid "/_Size"
msgstr ""

#: tile.c:51
msgid "/_Size/ _3 "
msgstr ""

#: tile.c:52
msgid "/_Size/ _4 "
msgstr ""

#: tile.c:53
msgid "/_Size/ _5 "
msgstr ""

#: tile.c:54
msgid "/_Help"
msgstr ""

#: tile.c:55
msgid "/_Help/_Description"
msgstr ""

#: tile.c:56
msgid "/_Help/_About"
msgstr ""

#: tile.c:82 tile.c:131
msgid "Tile"
msgstr ""

#: tile.c:133
msgid "OK"
msgstr ""

#: tile.c:157
msgid ""
"This is a game in which you try to put the tiles in order.\n"
" A tile must be next to an empty space to be moved.\n"
" Click the tile to move it.\n"
"\n"
"This game isn't the best, but it's my first attempt at using GTK.\n"
" So that's my excuse."
msgstr ""

#: tile.c:166
msgid ""
"Tile 20000915\n"
"by Joe Wingbermuehle"
msgstr ""

#: tile.c:171
msgid " You won!! "
msgstr ""
attached version of tile
is internationalized
and a description added
Attachments
tile.png
(22.25 KiB) Downloaded 1705 times
tile.gz
move to /usr/local/bin/tile ( gz removed )
(8.49 KiB) Downloaded 1112 times

User avatar
Bert
Posts: 1103
Joined: Fri 30 Jun 2006, 20:09

#16 Post by Bert »

Nice. Simple fun... :D

Although...simple? I did not play it long enough to be able to check the dutch translation of " You won !!" :lol: :lol: Someone with more time and talent will have to try.

Thanks for the pot-file.
Attachments
tegel.png
(25.6 KiB) Downloaded 1419 times
[url=http://pupsearch.weebly.com/][img]http://pupsearch.weebly.com/uploads/7/4/6/4/7464374/125791.gif[/img][/url]
[url=https://startpage.com/do/search?q=host%3Awww.murga-linux.com%2F][img]http://i.imgur.com/XJ9Tqc7.png[/img][/url]

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

Tile game

#17 Post by L18L »

This game was an exercise in GTK for (Joe's window manager) Joe
and for me an exercise in C programing.

Thanks for feedback. :D
Bert wrote:...Although...simple?...
Not every Game has a solution. :wink:
See 1st example I (roman 1) in Unmöglich - oder doch möglich? please

[edit 2013-04-28]
found the English version: The Impossible. Some Puzzles
Last edited by L18L on Sun 28 Apr 2013, 08:22, edited 2 times in total.

User avatar
Bert
Posts: 1103
Joined: Fri 30 Jun 2006, 20:09

Re: Tile game

#18 Post by Bert »

L18L wrote: See 1st example I (roman 1) in Unmöglich - oder doch möglich? please
Terrible! Just looking at it gives me a headache :shock:

Image
[url=http://pupsearch.weebly.com/][img]http://pupsearch.weebly.com/uploads/7/4/6/4/7464374/125791.gif[/img][/url]
[url=https://startpage.com/do/search?q=host%3Awww.murga-linux.com%2F][img]http://i.imgur.com/XJ9Tqc7.png[/img][/url]

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

#19 Post by L18L »

Just impossible :lol:

13 must not jump over 14 15

Should the code be changed to Game with solution only :?:
(for kids)

-> preferences -> :roll:

[edit] C source (containing info about compile and xgettext) attached
Attachments
tile.c.gz
remove fake .gz

tile slider game internationalized
(8.32 KiB) Downloaded 934 times
tile_no_solution.png
(4.79 KiB) Downloaded 1271 times

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

PortableObjectTemplate Files for ELF 32-bit LSB executables

#20 Post by L18L »

# pwd
/root/my-documents/gtkam-0.1.18/po
# ls *.po | cut -d'.' -f1 | tr '\n' ' '
be cs da de eo es fr hu id is it ja nb nl pa pl pt_BR pt ru sk sl sv uk vi zh_CN
#
:arrow: gtkam translations exist for 25 languages :!:

(w :) )get source from:
http://sourceforge.net/projects/gphoto/ ... am/0.1.18/

If your language is not included or not completely translated
then
mkdir -p /usr/share/doc/nls/gtkam
cp po/gtkam.pot /usr/share/doc/nls/gtkam/

... and you can use momanager for translation.

Post Reply