All my plugins includes the full support for translation into your language.
LANGUAGE SUPPORT IN WORDPRESS
WordPress has a integrated translation modul for all languages, the plugin can match it and also translate the plugin. This is automatic, and only requires the translation file whose names match the value you have set for WPLANG (i.e. en_EN) in your wp-config.php file.
HOW TO TRANSLATE THE PLUGIN
If you would like to help me to translate, then there is always a .po file available in the plugin folder to get you started. Read here to understand how you can translate a WordPress plugin. Download the tool poEdit (http://www.poedit.net/) and you can translate the file.
Please copy and rename (in your language code) the file to translate this with poEdit into your language. This is a screenshot of poEdit for a german translation :

Once you are finished, send the .po file to my email address and I’ll upload them to share it with the next release. Please send with the file :
- A name / website I should place as credit note (if you like it)
- Confirmation that you are agree to license the translation under GNU GPL.



Hello Alex,
I don’t need your plugin now, but I think it’s really a great one.
So, I translated it into french.
So, I have new .po end .mo files, but I didn’t found your email address, so I cannot send them to you….
Send me a mail, I’ll respond with the files.
Christian
I would like to help you to translate in french … but Poedit seems to be down …
Yes, strange,
try sourcforge :
http://sourceforge.net/project/showfiles.php?group_id=27043
or http://www.poedit.net
Hello!
I’ve just found your plugin and it seems great! Congratulations, I’ll use it in my blog, so I’m going to translate it in italian.
Ciao!
Luca
Hello Alex,
I would like to help you translate the NextGEN Gallery in Dutch, but before I’ll send you the file, I would like to check the translations ons my own server.
Because some translations from English to Dutch can be improved as I can see it on my own pc, before I send it to you to use it for Dutch speaking people.
It lookes so stupid when there are ‘borecole’ translations in it. As we say it in Dutch.
I’ve tried it (just with a couple of lines) with the poedit and there was no translation to see at all. Off course I’ve copied the .mo file into the LANG file.
What can I have done wrong?
Can you help me, please?
With regards,
Anja
from
http://www.werkgroepen.net/wordpress and http://www.afoka.nl and others.
Hi, before i want aplogize for my English. iam from Czech republik and i dont speack realy well.
So, my problem. i did copy lang/ngallery.po file and rename to lang/ngalleryCS.po and translata it. But, nothing happens. in setings of galery is not any options for choose language. So i did rename and replace lang/ngallery.po by mine. Now ive just one file lang/ngallery.po translated. But, nothing happens again. i dont know already what i must do to translate or load the right file.
Pls, can anyone help me?
Hi, i want apologize for my English. I´m from Czech republik and i dont speak really well.
So, my problem. i did copy lang/ngallery.po file and rename to lang/ngalleryCS.po and translate it. But, nothing happens. in setings of galery is not any options for choose language. So i did rename and replace lang/ngallery.po by mine. Now i´ve just one file lang/ngallery.po translated. But, nothing happens again. i don´t know already what i must to do.
Pls, can anyone help me?
its NEXTgallery plugin. Pls help. How can i use my translation?
Hello Again,
I’ve found out why the translation doesn’t work for the NextGEN plugin (in Dutch). So, I have this problem fixed. Now I am started to translate. Give me a couple of days, to check and re-check. When it’s ready and when I think it’s ok, I will send you the .mo and .po file.
With regards,
Anja
http://www.werkgroepen.net/wordpress , http://www.afoka.nl and others.
(excuse me for my ‘borecole’ english.
for CZBios, I’ve had the same problem. This is what i have been done to fixe it.
Go to your wp-content/plugins/nextgen-gallery,
click directory ‘js’,
click directory ‘langs’,
open (just) a file in an editor,
edit the text for your own country
save is as file (I don’t know what it is for the Czech republik but you can look at the files which already excists.)
Of course, save it in .js
I hope it will also work for you?
With regards,
Anja
http://www.werkgroepen.net/wordpress
for anja:
i dont know where could be the problem.
Sorry, but it can´t help to me
i did exactly like you sad.
Go to your wp-content/plugins/nextgen-gallery,
click directory ‘js’,
click directory ‘langs’,
and hier i´ve found 3 files. en.js, en_US.js and de_DE.js. so, i did make a copy one of them and edit it. into this file i did wrote
// czech lang variables
tinyMCE.addToLang(‘NextGEN’,{
desc : ‘Fotogalerie’
});
Then i rename it to cs_CZ.js. In wp-content/plugins/ngallery now i have 2 files, one .po and one .mo. Both of them is my translation and his name is cs_CZ.xx
So i really dont know where is the problem. i miss hier some instructions for these things (documentation).
So, can you stil help me?
for CZBios,
I for example what I did,
I’ve opend the en_US.js file which contains:
——————
// English lang variables
tinyMCE.addToLang(‘NextGEN’,{
desc : ‘Add NextGEN gallery’
});
——————
I’ve changed this file in:
————-
// Dutch lang variables
tinyMCE.addToLang(‘NextGEN’,{
desc : ‘Toevoegen NextGEN gallery’
});
—————–
After that I’ve saved is as: nl_NL
Next was put the translated file nl_NL.mo in the directory:
wp-content/plugins/nextgen-gallery/lang
———
And after this it works.
maybe I’m lucky?
Again for CZBios:
after it i’ve saved it as nl_NL.mo is incorrect!
I’ve had the translated file saved with the name:
nggallery-nl_NL.mo
Excuses for the preceding report,
With regards Anja.
hooray!hooray!hooray!hooray!hooray!hooray!hooray!hooray!hooray!
Finaly, i did it with your help. I must give the most hearty thanks of the world. This is unbelievably.
From this moment i really recommended to developer this plugin to add language support into seetings this plugin.
This plugin is so Great and working without errors, but language support was for me pain.
SO, how i did it? For uder people, which maybe came hier for this advise so.
I opened file en_US.js by anja advises:
Go to your wp-content/plugins/nextgen-gallery,
click directory ‘js’,
click directory ‘langs’,
in this file i´ve found this:
// English lang variables
tinyMCE.addToLang(‘NextGEN’,{
desc : ‘add NextGEN gallery’
});
i´ve changed just one word in this file:
// Czech lang variables
tinyMCE.addToLang(‘NextGEN’,{
desc : ‘add NextGEN gallery’
});
Now i´ve saved as cs_CZ.js (by your international country code)
so, i have cs_CZ.js wp-content/plugins/nextgen-gallery/js/langs with few other files. i deleted all without cs_CZ.js
then i make copy of my translation .mo file and rename it to nggallery-cs_CZ.mo and copy to
wp-content/plugins/nextgen-gallery/lang
and reopen wordpress administration.
Hey
I have translated the file into Arabic. I didnt find any email of urs to send the file to, how should I contact U ?
Best regards
I’ve sent Indonesian translation for your plugins via email.
Right now, i still using coppermine-gallery for my family album. I’ll change it to yours immediately when it released as stable version.
Good job brother!
hello, I have installed your plugin, but it cannot use in Chinese. when i input chinese into the cell, it will appear as “??” .
so what can i do to fix this?
thanks very much
I have translated the file into Traditional Chinese (Taiwan).
I have my link here and hope it will help.
http://0rz.tw/7d2FT
You guys really did a fantastic job! Thanks again~
Best regards,
I am almost finish with a Danish version.
I will return when its 100% finish.
I translated into Russian / ??????? [ru_RU] and sent the mail.
hi,
I’ve just found your plugin and it seems great! Congratulations, at now exsis a translation in italian?
Ciao!
Pierpaolo
Swedish translation upcoming
Good job, Alex! Very nice and useful plugin!
@Pierpaolo: I’ve done an italian translation for the plugin. I think it’s going to be published.
Danish language avalible at: http://www.fr3ak.dk/dafr3akfiles/wp/plugins/nggallery-da_DK_beta.zip
Not 100%, but almost…
Spanish language available at
http://www.cianoplan.es/intranet/wp-content/plugins/wp-table/wpTable-es_ES.zip
It’s all translated.
hi ICEQ
can u pls send me the arabic translation of nextgen gallery to fshehadeh@gmail.com?
thx
Hello
FOR PABLO PÉREZ
I’ve tried to download the zip file but it ask for ussername and password!
thanks!
work in progress for italian traslation!
hi alex,
i need a little help, i m using an arabic version of wordpress which means everything is from right to left.
in the admin panel and when i m creating a new post, the gallery tab is overlaping the image upload tab and i cant control it,
can u help me on this one pls?
is there a way to control the location of the tab so i can pad it a bit.
which file control the add gallery tab located in the new post?
thx
solved thanx
Hello!
Korean lang -
http://lombric.linuxstudy.pe.kr/wp/?dl=nggallery-ko_KR.zip
Thanks!
WordTube Koran languate -
http://lombric.linuxstudy.pe.kr/wp/?dl=wpTube-ko_KR.zip
Hi Alex,
i’we installed the plugin: very great!
Now i hawe translated the pofile for the version 0.72
Please tell me your email address to send you the files.
Thank’s a lot
Andrea
Hello, very nice plugin!
I have translated it for brazilian portuguese. How can I send you the .po file?
Thanks!
I just finished czech translation to version 0.73. http://www.ssosum.cz/nggallery-cs_CZ.zip
I used your plugin in my website.Nice plugin for every WP user…
Hello!
I just finished russian translation to version 0.73.
http://corp.olart.ru/wp/nggallery-ru_RU.zip
????????????!
? ?????? ??? ???????? ??????? ?? ??????? ???? ??? ?????? 0.73.
http://corp.olart.ru/wp/nggallery-ru_RU.zip
great work !! I will check it out!
best regards
Joe
Hi, Alex.
Very nice plugins, Thank you!
How to contact you?
Please send an email to send you a translation of wordTube.
Here is the WordTube Bulgarian language translation:
http://dichev.com/files/wpTube-bg_BG.zip
If somebody find any mistakes, please contact me via my website.
p.s.
Congratulations for the new project Alex and good luck!
Bulgarian localization for WP-Table:
http://dichev.com/files/wpTable-bg_BG.zip
Sorry for spamming of the post again.
Greetings from Bulgaria!
http://xsakex.tilix.org/bg_BG.zip
Another Bulgarian translation
// ?????? ??? ?????, ?? ????? ???? ?? ? ????? ? ?????? ?????? ?? ?? ????????, ??? ???? ???????????? ??? ?? ??????? ?????????
?????!!!
Yes, AleXander Kirichev, but your translation is for NG Gallery. So, there was not dublicated work.
Thanks a lot!
Happy holidays everybody!
Hello again!
I just finished russian translation to new version 0.74.
http://corp.olart.ru/wp/nggallery-0.74-ru_RU.zip
????????????, ??? ???!
? ?????? ??? ???????? ??????? ?? ??????? ???? ??? ????? ?????? 0.74.
http://corp.olart.ru/wp/nggallery-0.74-ru_RU.zip
Is there Polish (PL) translation?
Yes, if you make one
I did. Give me yor email so I can send you.
Hi,
can anyone help me displaying arabic fonts?
I followed the instructions to make the translation file (actually i dont want to change the english words in the menu) and the other other file (under wp-content/plugins/nextgen-gallery/js/langs). but when i write discription in arabic, and save it, it appears like this: (???????? ?????????)
any one can help?
Thanx alot if you try to help.
I would like to help you to translate in turkey … but Poedit seems to be down …
I think this is good gallery
I translated to Turkish, How I can send the files to u?
I finished translation 1,40 and 1,53.
http://www.myerdogan.com/wordtube-144-ve-153-turkce-dil-dosyalari.html
Hello
I translate to the Greek Language the file but i can’t find the way to change the language inside the gallery.
The ways you describe is not working for me.
Should i edit a file to tell the gallery to read the Greek “el.mo” file
Please help.
Please…. delete the Pablo Pérez link, this seems SPAM, and…
To Dilip Ramirez:
Hurri up! to your blog, mate…. go go go!.
Regards.
Hi again…
I fixed the errors of translation Spanish about the Width and Height… The author seems have troubles with these words ^^!
So, the translation can be found at:
http://www.culturadigital.org/media/nggallery-es_ESbyCovi.zip
Regards
Fixed some errors more in the same translation file (Stilo->Estilo, Customizado->Personalizado and more…) ^^
Hi Alex,
I translated your new version NextGEN Gallery 0.82 into Simplified Chinese and I’ve already sent the .po file to your email: alter.ego@boelinger.com
Please check!
Your work is great! Thank you for your wonderful plugin!
Hi Alex,
good job, nice plugin. Just sent you the Hungarian translation…
Cheers,
Gyuri
Alex, I updated my PT_BR translation to the last version of you plugin. It is on the same address.
Thank you.
Download fixed, sorry
Spanish translation:
http://www.culturadigital.org/media/nggallery-es_ESbyCovi.zip
I will start translating your gallery into romanian also later today. Hopefully by nightfall i’ll have it finished
Hello Alex,
I have translated version 0.92 into Russian, the translation is available at http://www.russian-translation-matters.com/blog/wordpress-plugin-russian-localization/nextgen-gallery
It will be great if you link to this page as it has not only the translated file but also installation instructions and description in Russian.
Best regards,
Igor Shevkoplyas
http://www.russian-translation-matters.com
Hello Alex.
I finished translating the 0.93 in Greek. Though I saved the file using poEdit in nggallery-el_EL.po and nggallery-el_EL.mo and uploaded both files in wp-content/plugins/nextgen-gallery/lang/ folder, the translation DOES NOT WORK.
What am I doing wrong? I read all comments but no solution is given.
Can you help me? Should I send you the files? (Can’t find your mail address)
@Alex:
Would you mind if I use some/all of your explanation about translating on my site diekretzschmars.de?
@kretzschmar
No problem…
Thanks.
The Greek (el_EL) translation of NextGEN Gallery is 100% complete.
Until Alex finds some time to update the language section of NextGEN’s page, greek users can find the translation at:
http://www.kepik.gr/?p=124
Hope it helps…
I have a Translation of the Hebrew Langoage
???? ????? ?????? ?? ????? ??? ????????
Where should i send it to ?
Download location : http://esystems.co.il/Wordpress/plugins/nggallery-he_IL.rar
Hi, I am interested in the Ukrainian Translation but each time I click I get challenged for a username and password.
How do I get a copy of the Ukrainian Translation?
Many Thanks
Mych
@Mych
I updated the link
I can help you with Russian translation if you still need it. Just go to russian-translation-pros.com. Thanks.
Bei mit klappt es nicht!
Warning: move_uploaded_file(/var/www/web1/html/wordpress//var/www/web1/html/wordpress/wp-content/uploads/video.flv) [function.move-uploaded-file]: failed to open stream: No such file or directory in /var/www/web1/html/wordpress/wp-content/plugins/wordtube/wordtube-admin.php on line 963
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move ‘/var/www/web1/phptmp/phpbuGIgo’ to ‘/var/www/web1/html/wordpress//var/www/web1/html/wordpress/wp-content/uploads/video.flv’ in /var/www/web1/html/wordpress/wp-content/plugins/wordtube/wordtube-admin.php on line 963
Dateirechte konnten nicht geändert werden/var/www/web1/html/wordpress//var/www/web1/html/wordpress/wp-content/uploads/video.flv!
und jmd eine Idee woran es liegen könnte?
Para los Españoles, Coti, tu enlace TAMPOCO funciona. No hay traducción al Español válida.
Its not spanish translation yet.
Uffff
The Coti’s link is an SPAM too
hagan click para bajar nextgen en español
click to download nextgen in spanish
http://code.google.com/p/nextgen-gallery/downloads/list
Hi Alex,
I translated NextGEN Gallery 0.96 into Dutch (I must have overlooked Anja’s existing work before so I started my own)… Please contact me if you’d like to have/include it.
Hi, I would like to update the italian translation, is it possible?
Hi Alex,
Help,
The french translation of nextgen Gallery is no longer available on the blog of Lise. Could you contact her or do you have a copy of the file?
Best regards
Kwiko
Hi Alex,
Thanks for all your work
That’s amazing !
I need the french translation of Nextgen Gallery, and kwiki is right, it can’t be dowloaded
I hope Lise’s blog will be soon available.
Best regards,
JuGo
kwiko, so sorry, not kwiki…
Good article! This is very helpful for my new blog. Any ideas how to get more readers to a new blog? I’ve had trouble getting traction..
Here the latest russian translation for Nextgen Gallery 1.0.2
_http://mywordpress.ru/plugins/download/nextgen-gallery-ru_ru-102.zip
http://mywordpress.ru/plugins/nextgen-gallery/
hi – there is a typo in the german translation:
in “manage gallery” the button “Überprüfe Verzeichniss nach neuen Bildern” should be “Überprüfe Verzeichnis nach neuen Bildern”.
and thx for the great plugin!
Hi,
I want to translate nextgen to macedonian language which is simular to serbian, but i seem to have some trouble. Can someone pls give me detailed instructions
on how to do that . The part with the js files is confusing to me because as described below i cant find those files , they dont exist.
click directory ‘js’,
click directory ‘langs’,
tinyMCE.addToLang(’NextGEN’,{
desc : “Fotogalerie”
});
Many thanks for this plugin!
If some need photos for blog or website, you can get it at my website: http://www.download-free-photos.com
Enjoy.
I Love this plugin.. i decideto developer plugin for wordpress and share in community with database.. Cools jobs From Indonesia… Thxs
Gracias nextgen spanish !!!
Hello dear Alex,
I would like to ask to to place a link to download Czech translation of you wonderful NextGEN Gallery plugin!
Page for download is http://devel.virtage.com/2009/10/cs-nextgen-gallery-cestina/.
I confirm that I agree continuing releasing it under GNU GPL licence.
Have a nice day!
Libor Jelínek
Virtage Software (http://www.virtage.com)
Czech Republic
I forgot to say that my Czech translation is for lastest version 1.3.6.
Place replace your lang page to this up-to-date translation.
Thanks in advance!
Libor
permalinks for NextGEN Gallery, but 404 not. Help me!!!!
Hi, please contact me directly to e-mail – i will send you the translation of the latest version of this plug-in in Latvian language
Hi..
I translated the missing items in NextGEN Gallery plugin.
Please, send me a mail, I’ll respond with the updated files.
Miriam de Paula
I sent the updated .PO and .MO files for Brazilian Portuguese translation to my server and it’s available for download.. link below:
http://www.tecsite.com.br/uploads/nggallery-pt_BR.rar
Míriam de Paula (Drika)
Tecsite Estúdio Digital.
I tried to download the finnish translation, but it just says “Not Found:The requested URL /files/nggallery-fi_FI.zip-0.92 was not found on this server.”
So is the finnish-file still available or is gone forever? :<
Btw, extremely impressive gallery-plugin, the best this far and I think I don't even need to test any other. This works and has all the things I need!
Russian translation of the plugin Version 1.5.0. is available for download at http://depositfiles.com/files/bie9hta24
PT_BR TRANSLATION WAS UPDATED to version 1.5.5:
Follow the next link to download the files. Please, update your language download page as soon as possible.
http://www.tecsite.com.br/uploads/nggallery-pt_BR-v1.5.5.rar
Thanks from Brazil!
–
Miriam de Paula
Desenvolvimento Web
Webstandard/ PHP/ MySQL/ WordPress
http://www.tecsite.com.br
MSN: tecsite [at] hotmail.com
Skype: tecsite_suporte
GTalk/ GMail: tecsite [at] gmail.com
Twitter: @tecsiteweb / @miriamdepaula
Just sent you the translation for Brazilian Portuguese (1.5.5 pt_BR)
A plugin to help on translation/localization: Codestyling Localization (check official website also)
http://wordpress.org/extend/plugins/codestyling-localization/
Works beautifully!
=)
spanish language version 1.5.5
http://riscc.com.mx/traducciones/nggallery-es_ES-1.5.5.rar
kleiner fehler in der übersetzung
albums gibt es nicht, sollte doch alben in dder übersicht heissen
tolles plugin
hey alex, i’ve translated the latest version to hebrew. i couldn’t locate your mail. i’d be happy if you can write me your email or send me an email so i can send you my translation.
Russian translation of plugin Version 1.6.0. is available for download here (added new lines, checked old) – _fweb.org.ru/file/plugins/nggallery-ru_RU-latest.rar
How on earth do I use these language files? i need Spanish and already have the mo po? any Tuts?
Great plugin! But: I’m using it with the default german lang file (nggallery-de_DE.mo and .po in /lang) and it appears always in english. There is always an error message at the NGGallery Overview page: “This translation is not yet updated for Version 1.6.0.”
Can you help me?
i can translate to persian
“Sollte>>>n<<< jemand Rechtschreibfehler, Deppenapostrophe oder andere deutsche Ungereimtheiten finden (…)"
Den Spaß musste ich mir einfach erlauben.
Aber mal im Ernst: Danke für dieses schöne Plugin. Ich benutze es jetzt bald 3 Jahre, und es ist einfach einwandfrei, gut gemacht, gut geschrieben, einfach top.
Hi dear alex
how do you do?
thank you for your works
pls i want the persian translation of this plugin but i could not download it.would you pls send it to me?
info.dokhtaraneaftab@yahoo.com
Hallo,
ich habe das Problem, daß die Thumpnails alle untereinander angezeigt werden und auch die lightbox nicht funktioniert.
Das theme ist Canvas von Woo.
Kann mir jemand sagen, woran das liegen könnte?
http://www.garillon.de/am-kleinsten-haus/
Danke für einen Hinweis.
Frank
Sorry, hat sich erledigt.
Hi, I’ve updated Korean Language File for NEXTGEN GALLERY 1.7.0.
http://incommunity.codex.kr/wordpress/wp-content/plugins/download-monitor/download.php?id=NextGEN-Gallery-1.7.0.zip
In http://alexrabe.de/wordpress-plugins/nextgen-gallery/languages/
above page, it’s still 1.1.0 version for Korean, so please updated to 1.7.0 file.
Hello,
I made the Hungarian translation of NextGEN Gallery version 1.7.0.
You can download it here.
A NextGEN Gallery 1.7.0 magyar nyelvi fájlja a fenti címről letölthető.
I’m translating wordTube and NextGEN Gallery, to the Spanish language spoken in Cuba.
Just want to know how I can send you the translation.
Regards Juan Pablo
Hey! I’m traslating your plugin in Spanish. I need your email!
Cheers
Hi, is it possible to include the .po file in the plugin folder, so in case the translation is not updated for the latest version, users can update it from the latest version of .pot file and translate the add strings rather than translate it from scratch.
I’m thinking of updating the simplified Chinese translation.
Brazilian Portuguese translation finished for 1.7.3 version:
http://www.tecsite.com.br/uploads/nggallery-pt_BR-v1.7.3.rar
There was a remarkable plug-in in Russian, have insisted, that has replaced with yours. Now I understand nothing. Superfluous blanks between a photo have appeared. Where I can not correct to find.
People, please, don’t force to be updated, without transfers into other languages… Dense I the person, to languages not trained.
And russification somewhere can be downloaded?.
——————————
Hello!
I have the translation for 40% of the plugin in Spanish.
Send me an email and I can keep you update of the translation.
Thanks!
Brazilian Portuguese translation updated for new release:
http://wpmidia.com.br/lab/plugins/nggallery/nggallery-pt_BR-v1.8.2.rar
=)
Hi Alex,
I’m using NextGen too and I would like to help you with translations. Please tell me wich languages you still need. I might arrange something!
hi
i used wp-table its wonderfull just
when i used arabic lag in table all will published in to this form ????????
what should i do?
how can i use this plg
Sorry~i can’t fine the link to download po file!! can you please send it to me~ i would try to translate it into Traditional Chinese!! THANK YOU~
Hi!
I translated Nexgen gallery 1.8.3 into Ukrainian language:
http://wordpress.co.ua/download/others/uk-lang-nextgen-gallery_1.8.3.zip
try to go to my web link.
the first page have the table, but, not support arabic font ???
i tested first in XAMPP in computer, and it support. but when I make it in this link, it become ?????? only.
can you help me?
hello,
we translated your plugin NextGen Gallery in version 1.9.1,
in french language.
it is available at the following url :
http://www.jiminiblog.com/blog/2011/12/20/traduction-du-plugin-nextgen-gallery/
Hallo, Als erstes möchte ich mich für die Arbeit an NextGEN Gallery bedanken! Dieses Plugin ist wesentlich besser und bietet genau die Funktionenn die man bei den standardmässigen Galerien von WordPress schmerzlich vermisst.
Mir ist ein kleiner “Bug” aufgefallen: die Beschriftung zur Bildernavigation scheint irgendein Problem mit deutschen Umlauten zu haben- “Zurück” wird bei mir so angezeigt: Zurück.. Hier sollte man besser auf Umlaute verzichten.
Ausserdem gibt es bei mir und bei sehr vielen anderen Nutzer Probleme mit den Miniaturansichten, WordPress spuckt folgende Fehlermeldung aus: Error : Exceed Memory limit. Require : 47.09 MByte)
Hier findet man eine Lösung für das Problem
http://blog.benju.net/2009/03/nextgen-gallery-fehlermeldung-exceed-memory-limit/
Ich habe leider wieder mal das Problem dass ich keine ausreichenden Berechtigungen habe und WordPress akzeptiert die geänderte PHP Datei wieder mal nicht. Updates kann ich dagegen problemlos installieren, wäre echt cool vo euch wenn ihr die beiden Probleme mit einem Update beheben könntet!
I might translate these files to finnish when i get back to home.
Hello,
I just finished Estonian translation for version 1.9.2. How could I send you the files?
hallo,
im Untermenu ‘Zugriff’ steht drin ‘Optionen änderen’. Das letzte ‘e’ ist zu viel
Your plugin is great and rather easy to use (as well as wordpress);
I am french and it seems translated correctly but can you tell me how I can change “show as slideshow” in the pages of my website to the french translation?
wordpress 3.3.2-fr_Fr and nextgengallery 1.9.3) Have I something to change in mo or po files and to which ones?
I’have no found
Sincerely and hurrah!
ook in het hollands?????????????????
Hi,
How can i submit a .po/.mo-file for the french 1.9.6 version ?
Best regards
zen-kom
I have finished the transaltion into SPANISH of NextGEN Gallery v.1.9.12
Here are the .mo and .po files https://www.dropbox.com/s/ih06e8gz8icq4qv/nggallery-es_ES.rar
Hope the best, this is a great plugin !!
“Sollten jemand Rechtschreibfehler, Deppenapostrophe oder andere deutsche Ungereimtheiten finden, freue ich mich jederzeit über einen kurzen Hinweis”
Kleiner Mischmasch aus 2 Sätzen, glaub ich. Entweder “Sollte” oder “Sollten jemandem auffallen”.
In NextGEN Gallery Übersicht Übersetzung Credits
Yoolia