Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[TASK] Translaters for xbian-config-bash
Thank you for your donation

Pages (6): « Previous 1 2 3 4 5 6 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Task:  Translaters for xbian-config-bash
1st Feb, 2013, 01:29 AM
Post: #16
ganchito55 Offline
Registered
Posts: 21
Joined: Jan 2013
Reputation: 1
RE: Translaters for xbian-config-bash
(31st Jan, 2013 11:26 PM)CurlyMo Wrote:  I've changed some Spanish parts also because of the excess characters. The rest seems fine. Thanks.

If you can post, what parts do you change I will try to translate it other time. However do you need to know that for some works like "resize" o "Netmask" there aren't any words in Spanish, so I had to use some words to translate only one English word.
Find all posts by this user
Quote this message in a reply
1st Feb, 2013, 05:41 AM
Post: #17
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Translaters for xbian-config-bash
I speak enough Spanish myself that i'm pretty certain that i did make something understandable out of it Smile

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
1st Feb, 2013, 09:41 AM
Post: #18
rikardo1979 Offline
Management
******
Posts: 3,545
Joined: Dec 2012
Reputation: 190
RE: Translaters for xbian-config-bash
SK translation is done Curly Wink just double check if u like Wink
Will work on czech now

~~~~>>>Please always follow rules and read before you post<<<~~~~
Find all posts by this user
Quote this message in a reply
1st Feb, 2013, 10:05 AM
Post: #19
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Translaters for xbian-config-bash
@rikardo1979, you forgot Hostname and the Resize SD _NAME and _DESC are way to long, please take the 30char and 40char limit into account.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
1st Feb, 2013, 10:48 AM
Post: #20
rikardo1979 Offline
Management
******
Posts: 3,545
Joined: Dec 2012
Reputation: 190
RE: Translaters for xbian-config-bash
(1st Feb, 2013 10:05 AM)CurlyMo Wrote:  @rikardo1979, you forgot Hostname and the Resize SD _NAME and _DESC are way to long, please take the 30char and 40char limit into account.

sorry, updated Wink

~~~~>>>Please always follow rules and read before you post<<<~~~~
Find all posts by this user
Quote this message in a reply
1st Feb, 2013, 05:16 PM
Post: #21
namtih Offline
Tester
Posts: 269
Joined: Dec 2012
Reputation: 28
RE: Translaters for xbian-config-bash
(31st Jan, 2013 09:02 AM)CurlyMo Wrote:  Great that you did the whole translation at once! However, a few comments (for as far as i could test):
- _ITEMSETTINGSDESC = 42 char
- Services --> _DESC = 42 char
- _ITEMACCOUNTSDESC = 43 char
- _ITEMLICENSESDESC = 47 char
- Resize SD --> _DESC = 53 char

I changed those lines.
Here is the output of the command line:
Terminal
root@xbian:~# cat /home/xbian/.xbmc/userdata/guisettings.xml | sed '/<language>/!d;s//\n/;s/[^\n]*\n//;:a;$!{/<\/language/!N;//!ba};y/\n/ /;s/<\/language>/\n/;P;D'
German
root@xbian:~#

Did you change my post and edited almost all capital words in lower-case? A lot of words are just in lower-case written, but in my original notes on my computer all is correct.
For now many words are misspelled (e.g. Fehler -> fehler, Schnittstelle -> schnittstelle and so on)!
Find all posts by this user
Quote this message in a reply
1st Feb, 2013, 05:38 PM
Post: #22
belese Offline
Moderator
******
Posts: 650
Joined: Jan 2013
Reputation: 38
RE: Translaters for xbian-config-bash
French is done,
but im' not at home, can't post the return of
Code:
cat /home/xbian/.xbmc/userdata/guisettings.xml | sed '/<language>/!d;s//\n/;s/[^\n]*\n//;:a;$!{/<\/language/!N;//!ba};y/\n/ /;s/<\/language>/\n/;P;D'

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
1st Feb, 2013, 05:57 PM
Post: #23
rikardo1979 Offline
Management
******
Posts: 3,545
Joined: Dec 2012
Reputation: 190
Re: RE: Translaters for xbian-config-bash
(1st Feb, 2013 05:38 PM)belese Wrote:  French is done,
but im' not at home, can't post the return of
Code:
cat /home/xbian/.xbmc/userdata/guisettings.xml | sed '/<language>/!d;s//\n/;s/[^\n]*\n//;:a;$!{/<\/language/!N;//!ba};y/\n/ /;s/<\/language>/\n/;P;D'
if u
set xbmc to your language than at 99.999% the output of the command going to be French Wink

~~~~>>>Please always follow rules and read before you post<<<~~~~
Find all posts by this user
Quote this message in a reply
1st Feb, 2013, 07:03 PM
Post: #24
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Translaters for xbian-config-bash
(1st Feb, 2013 05:16 PM)namtih Wrote:  
(31st Jan, 2013 09:02 AM)CurlyMo Wrote:  Great that you did the whole translation at once! However, a few comments (for as far as i could test):
- _ITEMSETTINGSDESC = 42 char
- Services --> _DESC = 42 char
- _ITEMACCOUNTSDESC = 43 char
- _ITEMLICENSESDESC = 47 char
- Resize SD --> _DESC = 53 char

I changed those lines.
Here is the output of the command line:
Terminal
root@xbian:~# cat /home/xbian/.xbmc/userdata/guisettings.xml | sed '/<language>/!d;s//\n/;s/[^\n]*\n//;:a;$!{/<\/language/!N;//!ba};y/\n/ /;s/<\/language>/\n/;P;D'
German
root@xbian:~#

Did you change my post and edited almost all capital words in lower-case? A lot of words are just in lower-case written, but in my original notes on my computer all is correct.
For now many words are misspelled (e.g. Fehler -> fehler, Schnittstelle -> schnittstelle and so on)!

I have absolutely no clue what the difference in spelling is between "Fehler" and "fehler". So maybe my understanding of german (as being dutch i though i had some) is failing but i really though it made not difference. Can you explain it?

And if i'm indeed wrong, just mail (development@xbian.org) me the original files, then i will edit them and apologize in advance.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
1st Feb, 2013, 10:34 PM
Post: #25
namtih Offline
Tester
Posts: 269
Joined: Dec 2012
Reputation: 28
RE: Translaters for xbian-config-bash
(1st Feb, 2013 07:03 PM)CurlyMo Wrote:  I have absolutely no clue what the difference in spelling is between "Fehler" and "fehler". So maybe my understanding of german (as being dutch i though i had some) is failing but i really though it made not difference. Can you explain it?

In German all nouns/substantives have to begin with a capital letter. So the mistake in your change "Fehler" -> "fehler" is the missing capital "F".
I will send you the original file perhaps today or over the weekend.
Find all posts by this user
Quote this message in a reply
1st Feb, 2013, 10:55 PM
Post: #26
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Translaters for xbian-config-bash
In will take the blame and fix the translations directly, no need to change it here.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
2nd Feb, 2013, 03:39 AM
Post: #27
namtih Offline
Tester
Posts: 269
Joined: Dec 2012
Reputation: 28
RE: Translaters for xbian-config-bash
Updated German translation:
http://pastebin.com/ecTaXv2G

Active for 24h.
Find all posts by this user
Quote this message in a reply
2nd Feb, 2013, 03:50 AM
Post: #28
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Translaters for xbian-config-bash
Thanks again!

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
3rd Feb, 2013, 02:02 AM
Post: #29
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Translaters for xbian-config-bash
Probably the last part for Alpha 5, the information about XBian part.

Also @belese, you can use the same information part for the python port.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
3rd Feb, 2013, 02:50 AM
Post: #30
rikardo1979 Offline
Management
******
Posts: 3,545
Joined: Dec 2012
Reputation: 190
RE: Translaters for xbian-config-bash
Done
Information translated into Slovak Wink

~~~~>>>Please always follow rules and read before you post<<<~~~~
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (6): « Previous 1 2 3 4 5 6 Next »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 13th May, 2025, 09:11 AM Powered By MyBB, © 2002-2025 MyBB Group.