3

Add on translations

http://drupal.org

Hi

I have 2 questions please.

1. I downloaded my language translation and installed with D6.13 core, However, I added some new fileds to my user registration form, such as Gender, Age group selector etc. How can I update my new translations to the module?

2. Is there a "list of countries to select" for use in the new user registration form?

Thank you.

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
3

Language translation problem

http://drupal.org

hi!
i have activated locale module and translation module and made some changes into admin setting but page created on front are still not change. language translation module is not working can any body help?

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
3

Solution: Show or Hide Blocks Based on Current Active or Selected Language

http://drupal.org

I was looking for a clear way to do this - here is how to show a block only when the language is "en" or English in this case:

- Create a block
- Under Visibility settings change to PHP
- Use this for your PHP code:

<?php
global $language;
$lang_name = $language->language;
if ( $lang_name == "en" ) { return TRUE; } else { return FALSE; }
?>

- Save your block.

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
3

Google Translate

http://drupal.org

Wondering if its possible to show a machine-translation of a node if not available in a specific language.

read more

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
3

How do I remove the link to the other translation at the bottom of my page ?

http://drupal.org

How do I remove the link to the other translation at the bottom of my page ?
(I've enabled Translations)

About Us
Welcome to my website
Italiano <-- this is a link automatically added

About Us
Benvenuti sul mio sito
English <-- this is a link automatically added

I already have the bottom languages menu so I don't need it.

thanks

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
3

translating the site configuration

http://drupal.org

I've been making a lot of progress with my translation.. the menus and content will not be a problem. What is confusing me now is how to translate the last bits and pieces.. say I want to translate the footers. Will I have to clear the one I have in the site configuration and make blocks for each language?

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
3

Privatemsg "Messages" heading translation

http://drupal.org

Hi all

I'm having trouble translating the header "Messages" of the module privatemsg. I'm using Locale and Content Translation and I've translated ( by using locale, searching and editing myself) all parts of Privatemsg except the "Messages" header itself (the one you see on your menu and in the messages page). I cant find it and not even in the module files themselves. Anyone that can help me out here? :)

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
3

both menu links to views pages keep showing up

http://drupal.org

I cloned a view "news" and translated it into "noticias" .. each has a seperate menu link and in the blocks, the link "noticias" goes away (as it should) when viewing the english pages. However at the top where my theme displays the primary links.. it still shows up.

The behavior can be seen here: http://65.98.85.62/

Go back and forth between the root page and the /es page and you will see the link remains when the other disappears.

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
3

Problem with locale module

http://drupal.org

I have downloaded latest version drupal(6.12), I'm installed it, enabled module locale. I'm searching for strings I can't find. I do blank search, and I'm receiving only 4 strings. What's the problem? Here is strings...

Built-in interface Unspecified error
misc/drupal.js
Built-in interface An error occurred. \n@uri\n@text
misc/drupal.js
Built-in interface An error occurred. \n@uri\n(no information available).
misc/drupal.js
Built-in interface An HTTP error @status occurred. \n@uri
misc/drupal.js

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
3

support Arabic

http://drupal.org

can drupal support Arabic language

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
3

Translating (?) the logo

http://drupal.org

Hi

I have a i18n enabled site with 3 languages enabled and selectable using the language switching block. My header area is filled with a large JPG logo whcih contains text. Is there a way to switch the JPG as the language changes so that I can translate the text contained within the graphic ?

Your help much appreciated.

Dave

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
3

How can i translate css sprites?

http://drupal.org

is there anyone here implementing css sprites for nav bars??

is there any easier way to translate it??

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
2

T function within class errors

http://drupal.org

I created a Constants class which holds arrays used throughout my app. However, the following code errors out:

<?php
class Constants
{
    public $some_arr = array (t('Some string'), t('Some string2')); // error
}
?>

I see that without the t() function, everything works as intended:

<?php
class Constants
{
    public $some_arr = array ('Some string', 'Some string2'); // works
}
?>

The constants class is located in another module's folder. It is included using

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
3

Hovering menu item

http://drupal.org

i set on my site in 3 languages(en,nl,fr) and created my own menu item but hovering menu item show only in english.
I translated word on menu item by "administer->manage strings". How can i translate hovering on menu item on other languages Dutch and French?????
Thanks!!!!!!!!!!!!

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
3

Strange translation related question...

http://drupal.org

Hi,

The site only has one language. That is English.

On this site I have an HTML table with header:

<td><?=t('uid')?></td>
<td><?=t('first name')</td>
<td><?=t('last name')</td>

Now, what if the site owner want to change some of the titles - just a little bit. Like, for example - maybe they want to rename the "first name" to "surname" or "given name". Or "last name" to "family name".

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
3

Show content not from default language?

http://drupal.org

Hi everybody!

Scenario:
Web with two languages RUssian as standard and ENglish as secondary. All required modules enabled.

Trouble:
Content created in default language, in RUssian, is also shown on ENglish web too, but content, created in ENglish language is shown only on ENglish webpage. No translations done.

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
3

Creating automatic menu using php mysql

http://drupal.org

I used this php code to create a menu using sql database

$num=rand();
$mysql="INSERT INTO menu_links SET menu_name='menu-thesis',plid=450,link_path='node/add', router_path='node/add', link_title='$num', options='a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',module='menu', hidden=0,external=0,weight=-3,
has_children=0,expanded=0,depth=3,customized=1,p1=257,p2=450,p3=463,p4=0,p5=0,p6=0,p7=0,
p8=0,p9=0,updated=0";
db_query($mysql);

Menu is working fine but main problem with "options"...

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
3

Update language translation of drupal core

http://drupal.org

Hello,

I would like to upgrademy languagues translation of Drupal Core.

I cant find how to do this. We can update only .po files with /admin/build/translate/import. But how to import the whole .po files of drupal core?

Thanks :)

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
3

Comment Translation

http://drupal.org

How can I show all comments in all laguages?

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
3

problems with german-Drupal - need help

http://drupal.org

Hi friends,

my english is not good - i hope you understand me!

Yesterday i downloaded the german Drupal version (6.12) .... I uploaded to server, make a new DB and Drupal asked "Installation in English or german" ...

I click german - all follow installation-text is in german now ...

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
3

please tell the Solution

http://drupal.org

Hi
I have created my local website using Druple 6.12.Now I want to do some modification in my site.

You would see a panel on the Left sidebar, that will have username as title, once you are logged in. That is the navigation menu. I WANT to change the title of the menu to 'Hi ' when user has logged in.
Currently, it shows the title as ''.

What will I do Please suggest me ......."I think in this we need to modify some file in Druple folder please tell me which file I will modify"..

THANKS IN ADVANCE.

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
3

Few languages and few domains

http://drupal.org

Hi,

I'm using Drupal 6. I have problem with domain and languages.
Here is it: i have 4 domains. for example: d1.com d2.com.pl d3.eu d4.eu.
All domain sharing one database, diferent themes, etc (multilanguage site and Domains module).
Now i want something like this: d1.com and d2.com.pl are accessible with few languages (e.g. EN, PL, FR, IT) and d3.eu and d4.eu are accessible only in EN language. And, as I wrote, all domains use same database. How i can do it? (and yes, i try to search some how to, but i didn't find it.)

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
3

Menu Translation

http://drupal.org

Hi,

Does the core modules "Locale/Content Translation" sufficient to support menu translation? Or do I need to install something else or go with i18n instead of the Core maybe?

Thanks
Charles

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
3

How to make a default value for a CCK textfield translatable?

http://drupal.org

I was wondering if it is possible to make translatable a default value for a CCK textfield.

I would like to have the ability to translate the next code in other languages:
<a href=" javascript: window.history. go( -1 ) ">Go back</a>

Thanks.

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
3

Question about drupal internal localization logic

http://drupal.org

Hi,

I have a question about the way drupal uses translations. From what i understand,
all translated strings are saved in the database, which (IMHO) might slow down
sites with a LOT of traffic.
What i was wondering is how can i alter drupal's behavior so that instead of looking up the
translated string in the DB, it would look it up in a file. this way, once the file cached on the server,
things should run faster.

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
4

Getting front page to display in proper view.

http://drupal.org

Hello.

So I used content translation capability to make a page node available in two languages. Now I want to make sure this content is promoted to the front page and displayed in the appropriate language. No dice: front page promotion feature seems to be pretty low-level, bypassing the content translation layer. If I promote the English version, it will be on the front page regardless of what language is set in the browser options, if I promote both English and Russian, both will display. How do I solve this?

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
4

Language Switcher button issue ?

http://drupal.org

Hello,
I am very new to Drupal and CMS. After receiving some help from the 'Before you Start' forum I have translation somewhat working on my test site.

I know have the Language Switcher English/french button on the right side. I also have the English or French button on the bottom of my main page. The issue is this. If I am in the Englsih main page and click on french at the botto of the screen ... the page will translate to french. If I then select english at the bottom of the page it will change to the english page. Which is great.

but the issue is this.

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
3

How to get all the string to translate in a Drupal site

http://drupal.org

Hello, I'm new in Internationalization /localization with Drupal.

I first would like to know where all the translations are stored ?

Is there a possibility to get all the string to translate in a Drupal site ? Rather than either searching each single word/phrase (String translation) or translating each page via Localization client. What would you suggest to help to get an exhaustive translation of the site ?

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Translations   Tags:
4

Statistics don't work

http://drupal.org

Hello

I have a multilanguage (arabic and french) site www.casafire.com set up with the following settings:

Default language: Arabic
Display mode: Current language and language neutral

Read more »
Created by Dplanet 2 years 46 weeks ago
Category: Translations   Tags:
4

Load default language from global $language - fckeditor language auto-detect no good

http://drupal.org

Thought I'd try post this in the forum as well as in module issues...

Load default language from global $language - anyone know how to do this? FCKedotor's auto-detect doesn't seem to work - and I would prefer it fckeditors ui language went off sites current language anyway.

I'm new to coding...

I'm guessing you can add code to fckeditor.module so that, if appearance configuration is turned off (in fckeditor profile settings), the $language global can be loaded into set fckeditor ui language.

Read more »
Created by Dplanet 2 years 46 weeks ago
Category: Translations   Tags:
2

Blocktitle "Private Messages" not translatable

http://drupal.org

Hi there,
i am using Drupal 6.12 and Private Messages 6.x-1.0-rc2. I'm building a bilingual site (german/english) and i translated everything from the Privmsg Modul to german, EXCEPT the blocktitle. It always says "Private messages", even if i switch to german. I didn't find this blocktitle with the translate interface :(

Does someone have any idea?

Greets,
Flo

Read more »
Created by Dplanet 2 years 46 weeks ago
Category: Translations   Tags:
3

Translate the word HOME on Front page (home page)

http://drupal.org

Hello,
I am using Drupal6. I finally got the text of the front page translating properly via the Language switcher
The only problem is that still on the front page it displays "HOME" for both french and Englsih. I think this is due to the
fact that I am using Aliases.

Read more »
Created by Dplanet 2 years 46 weeks ago
Category: Translations   Tags:
4

Need help with Localization / Different Languages in 5.x

http://drupal.org

I have Localizer and Localization loaded for Drupal 5.x but this doesn't seem to be working the way I would expect and I need some help. Please either tell me that this is working as intended or direct me to resources which may be able to help.

Read more »
Created by Dplanet 2 years 46 weeks ago
Category: Translations   Tags:
3

content translations problem in drupal 6

http://drupal.org

Hi..

Im working on a site which needs multi language transulation.

I am using i18n ,internationalization, etc .

I want site in spanish, english.
i have imported es.po file

It translate drupal interface.

but it d'nt translate page content. I am following all step for i18n module

Read more »
Created by Dplanet 2 years 45 weeks ago
Category: Translations   Tags:
2

Multilingual Site vs Multi-Site

http://drupal.org

Hi,
I'm wondering wich is the better approach for building a site with multiligual feature, I've tried i18n module to build a native multilingual site but found some problems still unsolved like : Translating Taxonomy terms, Forums, Blocks, MultiLingual Variables that aren't supported by all the themes that can be used, with all the LTR and RTL languages set incompatibility too (Regions, logos, ...).

Read more »
Created by Dplanet 2 years 45 weeks ago
Category: Translations   Tags:
4

Unable to use panels 3 for taxonomy terms with taxonomy translation

http://drupal.org

With Drupal 6, I installed panels 3 and views to create overview pages showing all content under a taxonomy term. So far so good. When I add Multi-language support, I get the following message:
"Delegator module is unable to override taxonomy/term/% because some other module already has overridden with i18ntaxonomy_term_page. Delegator will not be able to handle this page."

Read more »
Created by Dplanet 2 years 45 weeks ago
Category: Translations   Tags:
2

Drupal system

http://drupal.org

We have a Drupal system set up for our website, but as it was done as a one-off - I am now struggling with certain elements of the system, in order to keep the website uptodate.
I hope that this Forum will give me pointers to the correct procedures for all that I need to know - which is a lot - so I will sound very dumb to a lot of you!!

I have created and sent a newsletter, but have received the following message, so do not know how to solve this? Can anyone help - and in very plain English for me please, as it is new to me and I need to learn.

Read more »
Created by Dplanet 2 years 45 weeks ago
Category: Translations   Tags:
2

default language for home page

http://drupal.org

I can't figure out why, despite being set to have Japanese as the default language, the user isn't always taken to the Japanese home page when the base url is requested. i.e. the site is www.cannz.co.nz and I want it to default to the Japanese version and then if the user selects the English, to be taken there, but never should it initially go to the Japanese site. Would appreciate help with this. Cheers

Read more »
Created by Dplanet 2 years 45 weeks ago
Category: Translations   Tags:
2

How to translate taxonomy terms with the t() function?

http://drupal.org

Hi,

I would like to translate taxonomy terms within my own PHP code snippets (embedded in custom blocks). Translations for the terms are provided by the "translation table"-module, i.e. I filled out the translation table for the corresponding taxonomy.

However, a call of
t($term->name)
where $term is a valid term object does not translate the term. It remains unchanged in the source language.

Should this work? Does it need additional steps to use the t-function on taxonomy terms?

Read more »
Created by Dplanet 2 years 45 weeks ago
Category: Translations   Tags:
2

Localized dates

http://drupal.org

Hi,

What needs to be done to display dates localized after changing interface language? I created my custom date format "Y.m.d l" and used it to display a CCK field of type Date. I expected that when interface language is changed, the week of the day would be localized too (the .po file of my language contains week of day translations). Unfortunately it didn't happen. Am I missing something?

Thanks,
AD

Read more »
Created by Dplanet 2 years 45 weeks ago
Category: Translations   Tags:
2

Show date and time in correct language in block

http://drupal.org

See Subject.

It does not seem doable.
I have tried to reverse engineer why it doesn't work.
sizeof($custom_strings[$langcode])=0 in my block
that is e.g. t('January') returns 'January' even though I selected another language, which works everywhere else on the site :-\

Read more »
Created by Dplanet 2 years 45 weeks ago
Category: Translations   Tags:
4

I started a site with English as the default. How do I change it to German?

http://drupal.org

This should be simple. I started a web site with the default language as English, and have now switched it to German as the default, but the language negotiation still uses example.com/de for German language nodes, and example.com for Engish nodes.

What I would like to do is to have English nodes come up with example.com/en, and the German nodes with plain example.com.

I am not scared of doing a bit of SQL, if that will get me there.

Thanks in advance.

Read more »
Created by Dplanet 2 years 44 weeks ago
Category: Translations   Tags:
3

Export and import ".po" files just into "translation folder" for each module

http://drupal.org

Hi guys,
is it possible to import the "po" files just in the folder of the module that I have to translate without import it with "Translate interface"?

Read more »
Created by Dplanet 2 years 44 weeks ago
Category: Translations   Tags:
4

1cdkey.com cdkey-game.com Devil May Cry 4 cd key,Devil May Cry 4 cd code,Devil May Cry 4 key,Devil May Cry 4 serial key,Devil Ma

http://drupal.org

1cdkey.com cdkey-game.com Devil May Cry 4 cd key,Devil May Cry 4 cd code,Devil May Cry 4 key,Devil May Cry 4 serial key,Devil Ma1cdkey.com cdkey-game.com Devil May Cry 4 cd key,Devil May Cry 4 cd code,Devil May Cry 4 key,Devil May Cry 4 serial key,Devil Ma
1cdkey.com cdkey-game.com Devil May Cry 4 cd key,Devil May Cry 4 cd code,Devil May Cry 4 key,Devil May Cry 4 serial key,Devil Ma
1cdkey.com cdkey-game.com Devil May Cry 4 cd key,Devil May Cry 4 cd code,Devil May Cry 4 key,Devil May Cry 4 serial key,Devil Ma

Read more »
Created by Dplanet 2 years 44 weeks ago
Category: Translations   Tags:
2

translation

http://drupal.org

why I CAN TRANSLATE THE CONTENT OF PAGE

Read more »
Created by Dplanet 2 years 44 weeks ago
Category: Translations   Tags:
4

Non-English date format - is there a simple solution?

http://drupal.org

To me and my potential users, English is good enough for the overall interface. So I am not interested in translating the whole site. But when I use a CCK date field, I cannot use a long date format and have the names of the day or the month shown in a non-English language (Danish).

read more

Read more »
Created by Dplanet 2 years 44 weeks ago
Category: Translations   Tags:
3

Block translation on home page

http://drupal.org

I am working on a site that has EN and ES - I got the home page translation to work by putting in the same path for both pages on the edit page. I had to translate all the blocks separately- so it's almost all good except on the ES home page, the ES translated block will not display - it only shows the English block. I have a feeling it is because of the "same path" issue. Does anyone have any clues on this?

Read more »
Created by Dplanet 2 years 43 weeks ago
Category: Translations   Tags:
3

po files not imported, no errors shown

http://drupal.org

I've added the spanish .po files to one of my sites. My problem is that the .po files are not being imported. I can tell from a quick look at the admin menu that strings like "Site configuration" remain in english when they should be in spanish. However, a number of strings are translated, while lots of strings remain untranslated. I'm pulling my hair out trying to figure this out.

Read more »
Created by Dplanet 2 years 43 weeks ago
Category: Translations   Tags:
4

Page load loop contact/ i18n

http://drupal.org

hi,

i activated the contact core module and used i18n to translate it. now if i go to "drupal613/contact" it loads and loads...loop....endless. I am totally clueless.
I flushed all caches with admin_menu ....but this did not solve the problem.
A strange thing is, that the "translate interface" menu item is still in the menu, after disabling content translation module and i18n

thank you for your help

marco

Read more »
Created by Dplanet 2 years 43 weeks ago
Category: Translations   Tags:

PSD to Drupal Theme

Drupal Development

Module Development

Get an Estimate

Recent comments