Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
ee0054fd
Commit
ee0054fd
authored
Oct 17, 2013
by
fred
Browse files
translate or remove English strings
parent
9199b463
Changes
7
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/emissions/episodes.html
View file @
ee0054fd
...
...
@@ -8,7 +8,7 @@
<div
class=
"wrapper {% if episodes %}sided{% endif %}"
>
{% if search_query and not episodes %}
<div
class=
"big error padded center"
>
Sorry, no
r
e
sult
with your query
!
</div>
<div
class=
"big error padded center"
>
Manque de pot, pas de
r
é
sult
ats à cette recherche
!
</div>
{% endif %}
{% if search_query and episodes or episodes.count
<
=
24
%}
...
...
panikweb_templates/templates/home.html
View file @
ee0054fd
...
...
@@ -4,7 +4,7 @@
{% load staticfiles %}
{% load i18n %}
{% block bodyID %}Home{% endblock %}
{% block title %}
Home
{% endblock %}
{% block title %}
Accueil
{% endblock %}
{% block main %}
<div
class=
"sided wrapper navigation"
id=
"specialHome"
>
...
...
@@ -49,7 +49,7 @@
<div
id=
"recent-sounds"
>
<h3
class=
"sectionLabel right"
><a
href=
"{% url 'listen' %}"
>
Tous
</a></h3>
<h3
class=
"sectionLabel"
>
Derniers sons
<a
class=
"button icon-rss inBlock"
title=
"{% trans 'Podcast sounds' %}"
href=
"{% url 'podcasts-feed' %}"
></a></h3>
<h3
class=
"sectionLabel"
>
Derniers sons
<a
class=
"button icon-rss inBlock"
href=
"{% url 'podcasts-feed' %}"
></a></h3>
<ul
class=
"custom list"
>
{% for soundfile in soundfiles %}
<li
class=
"item {% if soundfile.episode.emission.categories.all.count = 0 %}nocat{% endif %} {% for category in soundfile.episode.emission.categories.all %} {{ category|slugify }}{% endfor %}"
>
...
...
panikweb_templates/templates/includes/related.html
View file @
ee0054fd
{% load paniktags %}
<div
class=
"padded"
>
<div
class=
"wrapper"
>
<h2>
Related
</h2>
<h2>
Suggestions
</h2>
<ul
id=
"search-results"
class=
"list columns padded cf"
>
...
...
panikweb_templates/templates/listen/archives.html
View file @
ee0054fd
{% extends "listen.html" %}
{% load paniktags %}
{% block title %}
Listen
- Archives{% endblock %}
{% block title %}
Sons
- Archives{% endblock %}
{% block nav %}
<p
class=
"intro"
>
...
...
@@ -66,7 +66,7 @@ officiis has, hinc libris aliquam pro te.
<div
class=
"wrapper"
>
{% if not page.object_list %}
<div
class=
"big error padded center"
>
Sorry, no
r
e
sult
with your query
!
</div>
<div
class=
"big error padded center"
>
Manque de pot, pas de
r
é
sult
ats à cette recherche
!
</div>
{% else %}
{% if page.has_previous %}
...
...
panikweb_templates/templates/news.html
View file @
ee0054fd
{% extends "base.html"%}
{% load paniktags %}
{% load i18n %}
{% block title %}
New
s{% endblock %}
{% block title %}
Actu
s{% endblock %}
{% block toptitle %}
<h1
class=
"top"
>
Actus
</h1>
{% endblock %}
...
...
@@ -42,7 +42,7 @@ principes torquatos, vix ne essent partiendo.
</h5>
<h5
class=
"sectionLabel"
>
<span
class=
"iconLabel"
>
Dernières actus
</span>
<a
class=
"button icon-rss inBlock"
title=
"{% trans 'Rss news' %}"
href=
"{% url 'rss-feed' %}"
></a>
<a
class=
"button icon-rss inBlock"
href=
"{% url 'rss-feed' %}"
></a>
</h5>
...
...
panikweb_templates/templates/news/archives.html
View file @
ee0054fd
{% extends "news.html" %}
{% load thumbnails %}
{% load paniktags %}
{% block title %}
New
s - Archives{% endblock %}
{% block title %}
Actu
s - Archives{% endblock %}
{% block nav %}
{% news_nav with klass="archives" %}
...
...
@@ -63,7 +63,7 @@
<div
class=
"wrapper"
>
{% if not page.object_list %}
<div
class=
"big error padded center"
>
Sorry, no
r
e
sult
with your query
!
</div>
<div
class=
"big error padded center"
>
Manque de pot, pas de
r
é
sult
ats à cette recherche
!
</div>
{% endif %}
{% if page.has_previous %}
...
...
panikweb_templates/templates/search/search.html
View file @
ee0054fd
...
...
@@ -67,7 +67,7 @@
<div
class=
"wrapper"
>
<div
class=
"marged"
>
{% if not page.object_list %}
<div
class=
"big error center"
>
Sorry, no
r
e
sult
with your query
!
</div>
<div
class=
"big error center"
>
Manque de pot, pas de
r
é
sult
ats à cette recherche
!
</div>
{% endif %}
{% if page.has_previous %}
<div
class=
"previous-page cf"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment