Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed some missing lang entries #117

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions de/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
// Header
'SEARCH_TITLE' => 'Suchbegriff eingeben...',
'SEARCH_SUBMIT' => 'Suchen',
'COOKIE_NOTE_CLOSE' => 'Schließen',

// Sidebar
'DD_SIDEBAR_CATEGORYTREE' => 'Kategorien',
Expand Down
1 change: 1 addition & 0 deletions de/theme_options.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
'SHOP_THEME_sBackgroundPosHorizontal_right' => 'rechts',
'SHOP_THEME_sBackgroundPosHorizontal_center' => 'zentriert',
'SHOP_THEME_sBackgroundPosVertical' => 'Vertikale Position des Hintergrundbildes',
'SHOP_THEME_sBackgroundPosVertical_left' => 'links',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vertical left? Something is wrong here :)

'SHOP_THEME_sBackgroundPosVertical_top' => 'oben',
'SHOP_THEME_sBackgroundPosVertical_bottom' => 'unten',
'SHOP_THEME_sBackgroundPosVertical_center' => 'zentriert',
Expand Down
1 change: 1 addition & 0 deletions en/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
// Header
'SEARCH_TITLE' => 'Enter a search term...',
'SEARCH_SUBMIT' => 'Search',
'COOKIE_NOTE_CLOSE' => 'Close',

// Sidebar
'DD_SIDEBAR_CATEGORYTREE' => 'Categories',
Expand Down
3 changes: 2 additions & 1 deletion en/theme_options.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
'SHOP_THEME_sBackgroundPosHorizontal_right' => 'right',
'SHOP_THEME_sBackgroundPosHorizontal_center' => 'centered',
'SHOP_THEME_sBackgroundPosVertical' => 'Vertical position of the background-image',
'SHOP_THEME_sBackgroundPosVertical_left' => 'left',
'SHOP_THEME_sBackgroundPosVertical_top' => 'top',
'SHOP_THEME_sBackgroundPosVertical_bottom' => 'bottom',
'SHOP_THEME_sBackgroundPosVertical_center' => 'centered',
Expand Down Expand Up @@ -205,4 +206,4 @@
'SHOP_THEME_blFullwidthLayout' => 'Activate full with layout',

'SHOP_THEME_blEmailsShowProductPictures' => 'Show product pictures in emails',
);
);
2 changes: 1 addition & 1 deletion tpl/form/recommendation_add.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
</ul>
</form>
[{else}]
[{oxmultilang ident="NO_LISTMANIA_LIST"}] <a href="[{oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=account_recommlist"}]">[{oxmultilang ident="ADD_RECOMM_ADDRECOMMLINK2"}]</a>.
[{oxmultilang ident="NO_LISTMANIA_LIST"}] <a href="[{oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=account_recommlist"}]">[{oxmultilang ident="CLICK_HERE"}]</a>
[{/if}]
[{/if}]