Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Commit

Permalink
Put back dashboard sections lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkader committed Apr 27, 2018
1 parent 4f424bb commit 6d758f6
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/skeleton/language/arabic/skeleton_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,3 +222,35 @@
// Module disabled.
$lang['module_disabled_heading'] = 'وحدة معطلة';
$lang['module_disabled_message'] = 'هذه الوحدة معطلة. يجب تفعيلها على لوحة القيادة من أجل استخدامها.';

// ------------------------------------------------------------------------
// Dashboard sections (singular and plural forms).
// ------------------------------------------------------------------------

// Users.
$lang['user'] = 'العضو';
$lang['users'] = 'الأعضاء';

// Media.
$lang['media'] = 'الوسائط';
$lang['library'] = 'مكتبة الوسائط';

// Themes.
$lang['theme'] = 'القالب';
$lang['themes'] = 'القوالب';

// Menus.
$lang['menu'] = 'القائمة';
$lang['menus'] = 'القوائم';

// Menus.
$lang['plugin'] = 'الإضافة';
$lang['plugins'] = 'الإضافات';

// Languages.
$lang['language'] = 'اللغة';
$lang['languages'] = 'اللغات';

// Activities.
$lang['activity'] = 'النشاط';
$lang['activities'] = 'الأنشطة';
32 changes: 32 additions & 0 deletions src/skeleton/language/english/skeleton_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,3 +222,35 @@
// Module disabled.
$lang['module_disabled_heading'] = 'Module Disabled';
$lang['module_disabled_message'] = 'This module is disabled. Enable it on the dashboard in order to use it.';

// ------------------------------------------------------------------------
// Dashboard sections (singular and plural forms).
// ------------------------------------------------------------------------

// Users.
$lang['user'] = 'User';
$lang['users'] = 'Users';

// Media.
$lang['media'] = 'Media';
$lang['library'] = 'Library';

// Themes.
$lang['theme'] = 'Theme';
$lang['themes'] = 'Themes';

// Menus.
$lang['menu'] = 'Menu';
$lang['menus'] = 'Menus';

// Menus.
$lang['plugin'] = 'Plugin';
$lang['plugins'] = 'Plugins';

// Languages.
$lang['language'] = 'Language';
$lang['languages'] = 'Languages';

// Activities.
$lang['activity'] = 'Activity';
$lang['activities'] = 'Activities';
32 changes: 32 additions & 0 deletions src/skeleton/language/french/skeleton_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,3 +222,35 @@
// Module disabled.
$lang['module_disabled_heading'] = 'Module désactivé';
$lang['module_disabled_message'] = 'Ce module est désactivé. Activez-le sur le tableau de bord pour l\'utiliser.';

// ------------------------------------------------------------------------
// Dashboard sections (singular and plural forms).
// ------------------------------------------------------------------------

// Users.
$lang['user'] = 'Utilisateur';
$lang['users'] = 'Utilisateurs';

// Media.
$lang['media'] = 'Médias';
$lang['library'] = 'Bibliothèque';

// Themes.
$lang['theme'] = 'Thème';
$lang['themes'] = 'Thèmes';

// Menus.
$lang['menu'] = 'Menu';
$lang['menus'] = 'Menus';

// Menus.
$lang['plugin'] = 'Extension';
$lang['plugins'] = 'Extensions';

// Languages.
$lang['language'] = 'Langue';
$lang['languages'] = 'Langues';

// Activities.
$lang['activity'] = 'Activité';
$lang['activities'] = 'Activités';

0 comments on commit 6d758f6

Please sign in to comment.