Localization request

Scans for, and displays main/alt relations in your Guild

Moderator: PleegWat

Localization request

Postby PleegWat » Sat Jul 08, 2006 2:25 am

I need the following localization lines in french and german. These are for the new warning/info screens you get before installing/updating, and a error on invalid calls.

Code: Select all

$wordings
['enUS']['AltMonitor_install']     = 'The AltMonitor tables haven\'t been installed yet. Click Install to start the installation';
$wordings['enUS']['AltMonitor_upgrade']     = 'The AltMonitor tables are not up to date. Click Updade to update the database or click Install to drop and recreate the AltMonitor tables.';
$wordings['enUS']['AltMonitor_no_upgrade']  = 'The AltMonitor tables are already up to date. Click Reinstall below to reinstall the tables.';

$wordings['enUS']['AltMonitor_NoAction']    = 'Please check if you mistyped the url, as an invalid action was defined. If you got here by a link from within this addon, report the bug on the WoWroster forums.';
 


Thanks in advance.
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

Re: Localization request

Postby Sphinx » Sat Jul 08, 2006 2:56 pm

Code: Select all

$wordings
['deDE']['AltMonitor_install']     = 'Die AltMonitor Tabellen sind noch nicht installiert. Drücke Install um die benötigten Tabellen zu erzeugen.';
$wordings['deDE']['AltMonitor_upgrade']     = 'Die AltMonitor Tabellen sind nicht auf dem neuesten Stand. Betätige Update um die Datenbank zu aktualisieren oder Install um die Tabellen zu löschen und neu zu erzeugen.';
$wordings['deDE']['AltMonitor_no_upgrade']  = 'Die AltMonitor Tabellen sind schon auf dem neuesten Stand. Betätige Reinstall um die Tabellen nochmal zu installieren.';

$wordings['deDE']['AltMonitor_NoAction']    = 'Schau bitte nach, ob die URL korrekt ist, da eine inkorrekte Aktion getätigt wurde. Bist du einem Link innerhalb dieses Addons gefolgt, mache bitte einen Bugreport im WoWroster Forum.';
 
User avatar
Sphinx
Gimpy Developer
Gimpy Developer
 
Posts: 16
Joined: Wed Jul 05, 2006 2:24 pm

Localization request

Postby PleegWat » Sat Jul 08, 2006 3:19 pm

Thanks Sphinx for the german translation.
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

Localization request

Postby PleegWat » Sat Jul 08, 2006 10:33 pm

All's ready to release 1.3.0 when I've got the extra french lines.

Changes include the notices BEFORE installing/upgrading, the possibility to reinstall/upgrade without -ing with the database, and finally real localization for multiple languages.

I'll also be able to release a skeletal mod without functionality but with an options panel and a SQL installer.
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

Re: Localization request

Postby Anteros » Sun Jul 09, 2006 12:13 am

Hope this helps :)

Code: Select all
$wordings['frFR']['AltMonitor_install']     = 'Les tables de AltMonitor n\'ont pas encore été installées. Cliquez sur Install pour débuter l\'installation.';
$wordings['frFR']['AltMonitor_upgrade']     = 'Les tables de AltMonitor ne sont pas à jour. Cliquez sur MAJ pour mettre à jour la base de données ou cliquez sur Install pour éffacer et récréer les tables nécessaires à AltMonitor.';
$wordings['frFR']['AltMonitor_no_upgrade']  = 'Les tables de AltMonitor sont déjà à jour. Cliquez ci-dessous sur Reinstall pour réinstaller les tables.';
$wordings['frFR']['AltMonitor_NoAction']    = 'Action invalide : Veuillez vérifier si vous avez correctement tapé l\'url. Si vous avez accédé à cette page via le lien présent sur cet addon, signalez ce bug sur les forums de WoWroster.';  
User avatar
Anteros
WR.net Apprentice
WR.net Apprentice
 
Posts: 9
Joined: Tue Jul 04, 2006 1:59 pm

Re: Localization request

Postby andros » Sun Jul 09, 2006 6:28 am

Code: Select all

$wordings
['itIT']['AltMonitor_install']     = 'Le tabelle di AltMonitor non sono ancora state installate. Clicka qui per iniziare l\'installazione';
$wordings['itIT']['AltMonitor_upgrade']     = 'Le tabelle di AltMonitor non sono aggiornate. Clicka Updade per aggiornare il database oppure clicka Install per cancellare le vecchie e ricrearle da zero.';
$wordings['itIT']['AltMonitor_no_upgrade']  = 'Le tabelle di AltMonitor sono già aggiornate. Clicka Reinstall qui sotto per reinstallarle.';
$wordings['itIT']['AltMonitor_NoAction']    = 'Per cortesia controlla di aver digitato l\'url correttamente perchè è stata richiesta una funzione non definita. Se sei arrivato qui da un link di questo addon, per favore segnala il bug sui forum di WoWroster. Grazie.';
 


Well, just in case you need it... this was the italian translation :-)

Andrea
Last edited by andros on Sun Jul 09, 2006 6:29 am, edited 1 time in total.
User avatar
andros
WR.net Apprentice
WR.net Apprentice
 
Posts: 27
Joined: Wed Jul 05, 2006 5:00 pm

Re: Localization request

Postby PleegWat » Sun Jul 09, 2006 3:08 pm

Thanks for the french translations.

I don't have italian at the moment, and I don't think Roster has an italian setting. I'll release 1.3 now, with full localization to french and german. If you want italian, fine with me, but I'll need the whole file translated not just those 4 lines. :)
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

Re: Localization request

Postby andros » Tue Jul 11, 2006 3:26 am

Well, this was just my 5 cents :-), didn't mean to ask for an italian version, but in case you want to release one I am up for the job of translating the rest... just let me know what shall I translate and I will do it :-)

Cheers,
Andrea
User avatar
andros
WR.net Apprentice
WR.net Apprentice
 
Posts: 27
Joined: Wed Jul 05, 2006 5:00 pm

Localization request

Postby PleegWat » Tue Jul 11, 2006 11:42 am

Well as I said, I'm willing to do an italian version if there's interest. Just translate all lines in localization.lua.

The problem, however, is that AltMonitor uses the main Roster's localization setting and it doesn't do italian.
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

Re: Localization request

Postby Geschan » Tue Jul 11, 2006 9:25 pm

I fixed some errors with umlauts in german translation.
Attachments
localization.zip
localisation file with fixed umlauts
(3.41 KiB) Downloaded 207 times
Image
User avatar
Geschan
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Tue Jul 04, 2006 1:47 pm
Location: Germany


Return to AltMonitor

Who is online

Users browsing this forum: No registered users and 1 guest

cron