Unofficial Greek Translation phpBB version 3.0.0

Language packs for phpBB3

Unofficial Greek Translation phpBB version 3.0.0

Postby kingmob » 26 Jun 2007, 00:21

Classification: Language Pack

Language: Greek
Version: 3.0.0
Author: asterix, kingmob, tzampatzis from http://www.phpbb2.gr, http://www.phpbb3.gr

Hi,
we complete the translation for phpbb3 and we add it here so anyone can download it.
We use the term unofficial because in phpbb.com someone else is the official translator.

Thanks
Attachments
phpbb3-RC3.rar
(203.61 KiB) Downloaded 4496 times
Subsilver2 Imageset.rar
(24.69 KiB) Downloaded 113 times
Prosilver Imageset.rar
(17.79 KiB) Downloaded 207 times
Last edited by kingmob on 13 Dec 2007, 11:30, edited 3 times in total.
Sorry for my bad english
User avatar
kingmob    
Translator
Translator
 
Posts: 144
Joined: 05 May 2007, 00:14
Location: Greece
Gender: Male


Re: Unofficial Greek Translation phpbb3.RC5

Postby kingmob » 28 Jul 2007, 11:47

Updated to phpbb3.RC5 :D
Attachments
phpbb3-RC5.rar
phpBB 3.0.RC5
(250.05 KiB) Downloaded 193 times
Sorry for my bad english
User avatar
kingmob    
Translator
Translator
 
Posts: 144
Joined: 05 May 2007, 00:14
Location: Greece
Gender: Male

Re: Unofficial Greek Translation phpbb3.RC3

Postby kingmob » 13 Oct 2007, 16:48

Updated to phpBB3.RC6
Attachments
phpbb3-RC6.rar
(252.23 KiB) Downloaded 169 times
Sorry for my bad english
User avatar
kingmob    
Translator
Translator
 
Posts: 144
Joined: 05 May 2007, 00:14
Location: Greece
Gender: Male

Re: Unofficial Greek Translation phpbb3.RC6

Postby medigeek » 24 Oct 2007, 05:11

??'??? ????! :amen:

edit: English=great stuff, thank you! :D
Last edited by medigeek on 24 Oct 2007, 05:32, edited 2 times in total.
medigeek
Cadet I
Cadet I
 
Posts: 16
Joined: 18 Sep 2007, 06:15
Gender: Male

Re: Unofficial Greek Translation phpbb3.RC6

Postby John Hjorth » 24 Oct 2007, 05:17

medigeek,

This board is running in English language only. Please edit your post above accordingly. :)
Image Image ImageImage
User avatar
John Hjorth    
STG Moderator
STG Moderator
 
Posts: 1587
Joined: 27 Oct 2006, 22:23
Location: Odense, Denmark, EU
Favorite Team: Olympus DK Team
Gender: Male
phpBB Knowledge: 7

Re: Unofficial Greek Translation phpbb3.RC6

Postby medigeek » 24 Oct 2007, 07:11

um.. one problem, phpbb3 has a css to make entries all caps: text-transform: uppercase
The problem is seen on your site too: http://www.phpbb3.gr/
Look at the category "? ????? ????????? ???", "??????? ? ???????", "???? ?? ???????"
They're all caps, which is ok, but the "accent" (????????) shouldn't be there.
medigeek
Cadet I
Cadet I
 
Posts: 16
Joined: 18 Sep 2007, 06:15
Gender: Male

Re: Unofficial Greek Translation phpbb3.RC6

Postby kingmob » 24 Oct 2007, 08:03

It's from 2 CSS files. They appear good in english but in greek... :(
But you can change them if you want :)
Spoiler:
OPEN
styles\prosilver\theme\content.css
FIND
Code: Select all
li.header dt, li.header dd {
   line-height: 1em;
   border-left-width: 0;
   margin: 2px 0 4px 0;
   color: #FFFFFF;
   padding-top: 2px;
   padding-bottom: 2px;
   font-size: 1em;
   font-family: Arial, Helvetica, sans-serif;
   text-transform: uppercase;
}

REPLACE WITH
Code: Select all
li.header dt, li.header dd {
   line-height: 1em;
   border-left-width: 0;
   margin: 2px 0 4px 0;
   color: #FFFFFF;
   padding-top: 2px;
   padding-bottom: 2px;
   font-size: 1.15em;
   font-family: Arial, Helvetica, sans-serif;
/*   text-transform: uppercase;*/
}

OPEN
styles\prosilver\theme\common.css
FIND
Code: Select all
h3 {
   /* Sub-headers (also used as post headers, but defined later) */
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-transform: uppercase;
   border-bottom: 1px solid #CCCCCC;
   margin-bottom: 3px;
   padding-bottom: 2px;
   font-size: 1.05em;
   color: #989898;
   margin-top: 20px;
}

REPLACE WITH
Code: Select all
h3 {
   /* Sub-headers (also used as post headers, but defined later) */
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
/*   text-transform: uppercase;*/
   border-bottom: 1px solid #CCCCCC;
   margin-bottom: 3px;
   padding-bottom: 2px;
   font-size: 1.15em;
   color: #989898;
   margin-top: 20px;
}
Sorry for my bad english
User avatar
kingmob    
Translator
Translator
 
Posts: 144
Joined: 05 May 2007, 00:14
Location: Greece
Gender: Male

Re: Unofficial Greek Translation phpbb3.RC6

Postby medigeek » 24 Oct 2007, 15:12

I was thinking more like the other way around, fix the language pack to be compatible with the phpbb3 release ;)
medigeek
Cadet I
Cadet I
 
Posts: 16
Joined: 18 Sep 2007, 06:15
Gender: Male

Re: Unofficial Greek Translation phpbb3.RC6

Postby kingmob » 24 Oct 2007, 16:53

As say we change them in language files and make them without ( ' ) ...
In prosilver styles the gonna appear like: "?E?? ?? ???????"
In subsilver2 based styles the gonna appear: "???? ?? ???????" :blink:
We prefer to leave them as they are ;)

ps1: The language is full compatible with phpbb3. The greek character with ( ' ) like ?, ?, ? aren't when used as upppercase. :D
ps2: sorry for the greek. i give only an example :blush:
Sorry for my bad english
User avatar
kingmob    
Translator
Translator
 
Posts: 144
Joined: 05 May 2007, 00:14
Location: Greece
Gender: Male

Re: Unofficial Greek Translation phpbb3.RC6

Postby medigeek » 25 Oct 2007, 07:50

ah ok, great translation! :) there's only a few (2-3) for the rc7 hehe
medigeek
Cadet I
Cadet I
 
Posts: 16
Joined: 18 Sep 2007, 06:15
Gender: Male

Next

Return to Languages

Who is online

Users browsing this forum: No registered users and 1 guest