Quellcode durchsuchen

Merge branch 'App'

Iñigo Valentin vor 9 Jahren
Ursprung
Commit
f5d4224649
4 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. 2 0
      www/footer.php
  2. 1 0
      www/lang/lang_en.php
  3. 1 0
      www/lang/lang_es.php
  4. 1 0
      www/lang/lang_eu.php

+ 2 - 0
www/footer.php

@@ -48,6 +48,8 @@
                 <img class='lang' alt='Euskara' src='/img/lang/eu.gif' onClick='changeLanguage("eu", "<?php echo $http_host; ?>");'/>
                 <br class='desktop'/>
                 <a title="Google Play" href="https://play.google.com/store/apps/details?id=com.ivalentin.margolariak"><img class='app' alt="<?php echo $lng['footer_app_google']; ?>" src='/img/app/android.gif' /></a>
+								<br class='desktop'/>
+                <a title="App Store" href="https://itunes.apple.com/us/app/gasteizko-margolariak/id1227846624"><img class='app' alt="<?php echo $lng['footer_app_apple']; ?>" src='/img/app/ios.gif' /></a>
             </div>
         </div>
     </div>

+ 1 - 0
www/lang/lang_en.php

@@ -69,6 +69,7 @@
     $lng['footer_help'] = 'Help';
     $lng['footer_privacy'] = 'Privacy';
     $lng['footer_app_google'] = 'App in Google Play';
+		$lng['footer_app_apple'] = 'App in App Store';
     $lng['cookie_message'] = '¡Utilizamos cookies! ¡Y nos obligan a cont&aacute;rtelo!<br/>Pero solo dos, y de las buenas.';
     $lng['cookie_ok'] = 'Pues muy bien';
     $lng['cookie_more'] = 'Cu&eacute;ntame m&aacute;s';

+ 1 - 0
www/lang/lang_es.php

@@ -69,6 +69,7 @@
     $lng['footer_help'] = 'Ayuda';
     $lng['footer_privacy'] = 'Privacidad';
     $lng['footer_app_google'] = 'App en Google Play';
+		$lng['footer_app_apple'] = 'App en App Store';
     $lng['cookie_message'] = '¡Utilizamos cookies! ¡Y nos obligan a cont&aacute;rtelo!<br/>Pero pocas, y de las buenas.';
     $lng['cookie_ok'] = 'Pues muy bien';
     $lng['cookie_more'] = 'Cu&eacute;ntame m&aacute;s';

+ 1 - 0
www/lang/lang_eu.php

@@ -69,6 +69,7 @@
     $lng['footer_help'] = 'Laguntza';
     $lng['footer_privacy'] = 'Pribatutasuna';
     $lng['footer_app_google'] = 'App Google Play-an';
+		$lng['footer_app_apple'] = 'App App Store-an';
     $lng['cookie_message'] = 'Cookiek erabili ditugu!';
     $lng['cookie_ok'] = 'Oso ondo';
     $lng['cookie_more'] = 'Esan dit gehiago!';