All newer Locale changes are posted in the forums. I 've no time to update this file with all the changes. I will remove it from the package in next version
I'm thinking about to revise all locale files from scratch in any future version.
And to give the variables some more senseful names like $lang['profile_not_visible']
slaughter wrote:
I'm thinking about to revise all locale files from scratch in any future version.
And to give the variables some more senseful names like $lang['profile_not_visible']
Or like in Joomla 1.5, more readable and better for translators
Code
# Page titles
CC MY APPS=My Applications
CC BROWSE APPS=Browse
CC APPLICATION PRIVACY TITLE=Privacy
CC APPLICATION SETTINGS TITLE=Settings
# Applications buttons
CC APPLICATION BTN SAVE=Save
CC APPLICATION BTN ADD=Add Apps
CC APPLICATION BTN REMOVE=Remove Apps
# Application listings related
CC APPLICATION LIST ADD=Add
CC APPLICATION LIST ADDED=Added
CC APPLICATION LIST REMOVE=Remove
CC APPLICATION LIST CANT REMOVE=N/A
CC APPLICATION LIST ABOUT=About
CC APPLICATION COLUMN NAME=Application
CC APPLICATION COLUMN DATE=Created Date
CC APPLICATION COLUMN VERSION=Version
CC APPLICATION COLUMN AUTHOR=Author
CC APPLICATION COLUMN ACTIONS=Actions
CC APPLICATION COLUMN SETTINGS=Settings
CC APPLICATION COLUMN PRIVACY=Privacy
Much easier for translation then current way
or by define_something="Something";
INI files are best